bennyxqg / lua-alchemy

Automatically exported from code.google.com/p/lua-alchemy
0 stars 0 forks source link

Instruction count control #114

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add some API to allow AS3 code to control execution time / CPU usage of Lua
code. Something like luaAlchemy.DoStringLimitInstructionCount(string, N).

See http://lua-users.org/wiki/NonBlockingLuaExecution, discussions in Lua
and Lua mailing lists.

Original issue reported on code.google.com by aglad...@gmail.com on 24 Feb 2009 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by aglad...@gmail.com on 11 May 2010 at 9:57

GoogleCodeExporter commented 9 years ago
Rejected. This is perfectly doable on Lua side, no need to bloat AS3 API

Original comment by aglad...@gmail.com on 20 Apr 2011 at 11:37