Skip to content

Instantly share code, notes, and snippets.

@rurban
Last active August 29, 2015 14:01
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 rurban/da5625df4aeea2205017 to your computer and use it in GitHub Desktop.
Save rurban/da5625df4aeea2205017 to your computer and use it in GitHub Desktop.
parrot pmc2c debugging
# -*- perl -*- for parrot pmc2c WB debugging
# perl -d -Ilib tools/build/pmc2c.pl --dump src/pmc/fixedintegerarray.pmc
sub afterinit {
push @DB::typeahead, (
"c 51", "s",
#"b postpone Parrot::Pmc2c::PMC::Null::pre_method_gen",
"b Parrot::Pmc2c::Dumper::dump_pmc",
"b Parrot::Pmc2c::Emitter::add_write_barrier",
"b Parrot::Pmc2c::PCCMETHOD::rewrite_RETURNs"
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment