Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't need to natter about how much data we serialized in the build o…
…utput now. :-)
  • Loading branch information
jnthn committed Mar 1, 2012
1 parent 3553834 commit 47ed8e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/HLL/World.pm
Expand Up @@ -225,8 +225,6 @@ class HLL::World {
# Serialize.
my $sh := pir::new__Ps('ResizableStringArray');
my $serialized := pir::nqp_serialize_sc__SPP($!sc, $sh);
say(nqp::chars($serialized) ~ " bytes of serialized data produced");
say(nqp::elems($sh) ~ " strings in heap");

# Now it's serialized, pop this SC off the compiling SC stack.
pir::nqp_pop_compiling_sc__v();
Expand Down

0 comments on commit 47ed8e9

Please sign in to comment.