Skip to content

Commit

Permalink
Add code that can be uncommented to try out the new serialization mec…
Browse files Browse the repository at this point in the history
…hanism (breaks build at the moment).
  • Loading branch information
jnthn committed Feb 12, 2012
1 parent 5e4a611 commit 44811ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/NQP/World.pm
Expand Up @@ -447,7 +447,10 @@ class NQP::World is HLL::World {
PAST::Var.new( :name('cur_sc'), :scope('register') ),
self.sc.description
),
$des
$des,
# XXX Uncomment the following to try new serialize/deserialize code
#PAST::Op.new( :inline('#### DESERIALIZATION PROTOTYPE ####') ),
#self.serialize_and_produce_deserialization_past()
),
$fix
);
Expand Down

0 comments on commit 44811ea

Please sign in to comment.