Skip to content

Commit 879b700

Browse files
committed
set up bigints at startup
1 parent 05755ba commit 879b700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NQP/SymbolTable.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@ class NQP::SymbolTable is HLL::Compiler::SerializationContextBuilder {
425425
),
426426
PAST::Stmts.new(
427427
PAST::Op.new( :pirop('nqp_dynop_setup v') ),
428+
PAST::Op.new( :pirop('nqp_bigint_setup v') ),
428429
PAST::Op.new(
429430
:pasttype('callmethod'), :name('hll_map'),
430431
PAST::Op.new( :pirop('getinterp P') ),

0 commit comments

Comments
 (0)