Skip to content

Instantly share code, notes, and snippets.

Created February 11, 2013 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/4754607 to your computer and use it in GitHub Desktop.
Save anonymous/4754607 to your computer and use it in GitHub Desktop.
  • resurrect tools/build/nativecall.pl (removed in Parrot 2.1.0) or port tools/dev/nci_thunk_gen.pir to Perl5 this is desirable as nci_thunk_gen.pir pulls in TGE via compilers/data_json
  • put the axe to runtime/parrot/library
  • migrate ops2c to NQP proper (or even Perl6) this should be feasible as generated files can be checked-in for bootstrapping
  • pull in NQP and Rakudo dynops into Parrot core the final goal would be a single libparrotlite dynamic library instead of a whole directory full of dynamic extensions, most of which need to be loaded anyway for Rakudo to function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment