Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Code-gen building of list of static code refs in a different Parrot s…
…ub, to reduce load on IMCC register allocator a little.
  • Loading branch information
jnthn committed Mar 1, 2012
1 parent 9b2a92b commit 3553834
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/HLL/World.pm
Expand Up @@ -259,6 +259,8 @@ class HLL::World {
:pirop('nqp_deserialize_sc__vSPPP'),
$serialized,
PAST::Var.new( :name($sc_reg), :scope('register') ),
$sh_past, $cr_past)
$sh_past,
PAST::Block.new( :blocktype('immediate'), $cr_past )
)
}
}

0 comments on commit 3553834

Please sign in to comment.