Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/lua: implement memory limits, scripts can use get_memory_limit() and ↵ | Jo-Philipp Wich | 2009-07-09 | 1 | -16/+16 |
| | | | | | | set_memory_limit() to cap the maximum ram usage SVN-Revision: 16753 | ||||
* | lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well ↵ | Felix Fietkau | 2008-08-24 | 1 | -20/+20 |
| | | | | | | (thx, lars) SVN-Revision: 12381 | ||||
* | improve lua opcode dispatch performance by using computed goto instead of ↵ | Felix Fietkau | 2008-08-24 | 1 | -0/+363 |
switch/case - improves performance by about 10% in a simple loop test SVN-Revision: 12378 |