Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove concat_s opcode on parrot. #138

Closed
coke opened this issue Oct 15, 2013 · 0 comments
Closed

Remove concat_s opcode on parrot. #138

coke opened this issue Oct 15, 2013 · 0 comments
Labels

Comments

@coke
Copy link
Contributor

coke commented Oct 15, 2013

This opcode appears to be a fossil - it's not implemented on moar or jvm, and on parrot, the opcodes are identical;

QAST::Operations.add_core_pirop_mapping('concat', 'concat', 'Sss', :inlinable(1));
QAST::Operations.add_core_pirop_mapping('concat_s', 'concat', 'Sss', :inlinable(1));

@coke coke closed this as completed in 309fb1c Oct 21, 2013
coke added a commit that referenced this issue Oct 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant