Skip to content

1.11.1

Compare
Choose a tag to compare
@AngheloAlf AngheloAlf released this 12 Jul 15:50
· 12 commits to master since this release
4493e61

[1.11.1] - 2024-07-12

Added

  • Instruction.isFunctionCall: Checks if the given instruciton is a function
    call.
    • If config.toolchainTweaks_treatJAsUnconditionalBranch is turned off then
      j instructions will be considered as function calls too. Useful for tail
      call optimizations.

Fixed

  • Fix registers not being cleared after a j tail call, which was messing with
    the pointer pairing logic.