Skip to content

Commit a6b1fa3

Browse files
committed
Comment on removing MVM backend optimization
1 parent 5ba8312 commit a6b1fa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vm/moar/QAST/QASTCompilerMAST.nqp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,8 @@ my class MASTCompilerInstance {
704704
?? QAST::Op.new( :op('null_s') )
705705
!! QAST::SVal.new( :value($serialized) ),
706706
QAST::Var.new( :name('cur_sc'), :scope('local') ),
707-
$sh_ast,
707+
$sh_ast, # XXX I had to leave this in, otherwise the JS backend doesn't build.
708+
# I would love some help figuring out why!
708709
QAST::Block.new( :blocktype('immediate'), $cr_ast ),
709710
QAST::Var.new( :name('conflicts'), :scope('local') )
710711
),

0 commit comments

Comments
 (0)