Created
August 3, 2011 18:38
-
-
Save Benabik/1123441 to your computer and use it in GitHub Desktop.
Output of newpost.t
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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