Skip to content

Commit 44811ea

Browse files
committed
Add code that can be uncommented to try out the new serialization mechanism (breaks build at the moment).
1 parent 5e4a611 commit 44811ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/NQP/World.pm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,10 @@ class NQP::World is HLL::World {
447447
PAST::Var.new( :name('cur_sc'), :scope('register') ),
448448
self.sc.description
449449
),
450-
$des
450+
$des,
451+
# XXX Uncomment the following to try new serialize/deserialize code
452+
#PAST::Op.new( :inline('#### DESERIALIZATION PROTOTYPE ####') ),
453+
#self.serialize_and_produce_deserialization_past()
451454
),
452455
$fix
453456
);

0 commit comments

Comments
 (0)