Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 4, 2021 16:40
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 Whateverable/5e56fc6d95ab0b4d0f22b94cf5bd87f2 to your computer and use it in GitHub Desktop.
Save Whateverable/5e56fc6d95ab0b4d0f22b94cf5bd87f2 to your computer and use it in GitHub Desktop.
Whateverable
2021-01-03T15:44:02Z #raku-dev <bartolin> patrickb: I'm struggling with the rebootstrap for the JVM backend, too. As far as I remember, one has to add the new implementation first (parallel to the old implementation), generate new stage0 files afterwards and only then use the new implementation in the compiler. At least that's how I did it when I wanted to change the order of arguments for bindlexdyn: 1.) https://github.com/Raku/nqp/commit/db3e4a043f 2.) https://github.com/Raku/nqp/commit/0610
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment