Skip to content

Commit 3553834

Browse files
committed
Code-gen building of list of static code refs in a different Parrot sub, to reduce load on IMCC register allocator a little.
1 parent 9b2a92b commit 3553834

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/HLL/World.pm

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ class HLL::World {
259259
:pirop('nqp_deserialize_sc__vSPPP'),
260260
$serialized,
261261
PAST::Var.new( :name($sc_reg), :scope('register') ),
262-
$sh_past, $cr_past)
262+
$sh_past,
263+
PAST::Block.new( :blocktype('immediate'), $cr_past )
264+
)
263265
}
264266
}

0 commit comments

Comments
 (0)