Skip to content

Instantly share code, notes, and snippets.

@Benabik
Created August 3, 2011 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Benabik/1123441 to your computer and use it in GitHub Desktop.
Save Benabik/1123441 to your computer and use it in GitHub Desktop.
Output of newpost.t
brian@hermes parrot$ ./parrot t/compilers/pct/newpost.t
n_regs_used 0-0-0-0
"sub" => PMC 'POST;Sub' {
<main> => 1
<name> => "main"
}
Emitting main
From 0
Middle 0
Emitting default return
To 3
Fixup labels
pf_flags 16
comp_flags 2
Allocate new constant 1
main_sub is -1
Got first :main
:main sub is 1
ok 1 - compiled code isa Packfile
Null or invalid PackFile
current instr.: 'parrot;POST;PBCCompiler;mainpmc' pc 39283 (compilers/pct/src/POST/Register.pir:440)
called from Sub 'compile' pc 74 (t/compilers/pct/newpost.t:38)
called from Sub 'empty_main' pc 132 (t/compilers/pct/newpost.t:54)
called from Sub 'main' pc 32 (t/compilers/pct/newpost.t:26)
brian@hermes parrot$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment