xgo/cmd
Daniel e93f6f6325
limit max object allocations (#129)
- add object.NumObjects()
- add object allocation limit in VM
- delete objects.Break, objects.Continue, objects.ReturnValue
- add Script.SetMaxAllocs()
- update sandbox documentation
- add some tests
- remove duplicate values in compiled constants (fixes #96)
- option to limit the maximum number of objects in compiled bytecode constants
2019-03-06 17:20:05 -08:00
..
bench limit max object allocations (#129) 2019-03-06 17:20:05 -08:00
tengo limit max object allocations (#129) 2019-03-06 17:20:05 -08:00
tengomin limit max object allocations (#129) 2019-03-06 17:20:05 -08:00