Skip to content

8.17.0: Locals fix & performance

Compare
Choose a tag to compare
@thekid thekid released this 03 Oct 09:06
· 186 commits to master since this release
  • Merged PR #177: Remove Result::$stack. Use local variables for backing
    up and restoring locals instead. Slight performance improvement.
    (@thekid)
  • Fixed issue #176: Lambda parameters bleeding into locals - @thekid