Implement a bytecode fixer for indexes which overflow the instructions' max value. #22
Labels
bug
Something isn't working
component:compiler
This issue is related to the Compiler and/or Bytecode.
enhancement
New feature or request
Implement a
trySwap
mechanism which when, on a edge "exceeded index" case, tries to find and swap a constant over the 2^16 index with one under the 2^16 index which is only used by instructions which have 24-bit sized indexes.The text was updated successfully, but these errors were encountered: