Jo-Philipp Wich
|
109cf29629
lua: update to v5.1.5, refresh patches
|
13 yıl önce |
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
|
16 yıl önce |
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
|
16 yıl önce |
Felix Fietkau
|
e219aaf034
lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx, lars)
|
17 yıl önce |
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
|
17 yıl önce |