summaryrefslogtreecommitdiffstats
path: root/package/lua/patches/300-opcode_performance.patch
Commit message (Expand)AuthorAgeFilesLines
* lua: add reference counting for strings - this will need A LOT of testing, bu...Felix Fietkau2009-10-241-16/+16
* package/lua: implement memory limits, scripts can use get_memory_limit() and ...Jo-Philipp Wich2009-07-091-16/+16
* lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (...Felix Fietkau2008-08-241-20/+20
* improve lua opcode dispatch performance by using computed goto instead of swi...Felix Fietkau2008-08-241-0/+363