Skip to content

Commit 225fdfc

Browse files
committed
Map the new getarg_i op for reading from the args buffer
1 parent 8f18b6a commit 225fdfc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/vm/moar/QAST/QASTOperationsMAST.nqp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,7 @@ my $call_gen := sub ($qastcomp, $op) {
14591459
QAST::MASTOperations.add_core_op('call', $call_gen, :!inlinable);
14601460
QAST::MASTOperations.add_core_op('callstatic', $call_gen, :!inlinable);
14611461
QAST::MASTOperations.add_core_op('nativeinvoke', $call_gen, :!inlinable);
1462+
QAST::MASTOperations.add_core_moarop_mapping('getarg_i', 'getarg_i');
14621463

14631464
QAST::MASTOperations.add_core_op('callmethod', -> $qastcomp, $op {
14641465
my @args := nqp::clone($op.list);

tools/build/MOAR_REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2017.10-14-g590dd2e
1+
2017.10-17-g0edfd0c7b

0 commit comments

Comments
 (0)