Felix Fietkau
|
8f98214617
|
lua: add reference counting for strings - this will need A LOT of testing, but it should finally fix the excessive memory usage problems triggered by luci
SVN-Revision: 18136
|
2009-10-24 22:19:13 +00:00 |
Jo-Philipp Wich
|
03db00a803
|
package/lua: implement memory limits, scripts can use get_memory_limit() and set_memory_limit() to cap the maximum ram usage
SVN-Revision: 16753
|
2009-07-09 17:45:23 +00:00 |
Felix Fietkau
|
e219aaf034
|
lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx, lars)
SVN-Revision: 12381
|
2008-08-24 14:28:04 +00:00 |
Felix Fietkau
|
62333dabe1
|
improve lua opcode dispatch performance by using computed goto instead of switch/case - improves performance by about 10% in a simple loop test
SVN-Revision: 12378
|
2008-08-24 13:37:56 +00:00 |