Skip to content

Commit 851a4e0

Browse files
committed
Bump up register allocation window so it ain't far too small.
1 parent deeca93 commit 851a4e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QAST/Compiler.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class QAST::Compiler is HLL::Compiler {
1111
my $obj := nqp::create(self);
1212
$cur ??
1313
$obj.BUILD($cur.cur_p, $cur.cur_s, $cur.cur_i, $cur.cur_n) !!
14-
$obj.BUILD(500, 500, 500, 500);
14+
$obj.BUILD(5000, 5000, 5000, 5000);
1515
$obj
1616
}
1717

0 commit comments

Comments
 (0)