summaryrefslogtreecommitdiffstats
path: root/package/lua/patches/600-refcounting.patch
Commit message (Collapse)AuthorAgeFilesLines
* lua: fix regressions in operator overloading caused by the refcounting ↵nbd2009-10-261-71/+3
| | | | | | patch, also fix some more variable cleanup issues => even more performance, less memory utilization git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18164 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: fix various bugs in the refcounting implementation. seems to fix luci ↵nbd2009-10-261-72/+176
| | | | | | and reduces memory consumption even more git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18158 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: add reference counting for strings - this will need A LOT of testing, ↵nbd2009-10-241-0/+1096
but it should finally fix the excessive memory usage problems triggered by luci git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18136 3c298f89-4303-0410-b956-a3cf2f4a3e73