Save compiled functions to file (bytecode in Julia)

Julia doesn’t have bytecode, but this new alternative (subset) implementation does:

  • AoT / Bytecode
  • Save/load .sjbc bytecode files

[I’m guessing the .sjbc file format for the bytecode, is just for this project; standing for “subset Julia bytecode”?]