summaryrefslogtreecommitdiffstats
path: root/package/lua/patches/300-opcode_performance.patch
Commit message (Collapse)AuthorAgeFilesLines
* lua: add reference counting for strings - this will need A LOT of testing, ↵Felix Fietkau2009-10-241-16/+16
| | | | | | but it should finally fix the excessive memory usage problems triggered by luci SVN-Revision: 18136
* package/lua: implement memory limits, scripts can use get_memory_limit() and ↵Jo-Philipp Wich2009-07-091-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 Fietkau2008-08-241-20/+20
| | | | | | (thx, lars) SVN-Revision: 12381
* improve lua opcode dispatch performance by using computed goto instead of ↵Felix Fietkau2008-08-241-0/+363
switch/case - improves performance by about 10% in a simple loop test SVN-Revision: 12378