Skip to content

v1.13.0

Compare
Choose a tag to compare
@d5 d5 released this 07 Mar 01:23
· 121 commits to master since this release
e93f6f6

Changes

  • add object allocation limit in VM
  • delete objects.Break, objects.Continue, objects.ReturnValue
  • add Script.SetMaxAllocs()
  • add Script.SetMaxConstObjects()
  • add Bytecode.RemoveDuplicates()
  • add Bytecode.CountObjects()

Changelog

e93f6f6 limit max object allocations (#129)