Skip to content

More optimisations

Clean Importer requested to merge optimiser into master
  • Remove comments before optimising anything to not miss anything
  • pushI_a 0, pop_a 1pushI0_pop_a1 (new), and similar for chars and bools
  • pushI 0, subInegI

Merge request reports