improve lua opcode dispatch performance by using computed goto instead of switch...
authorFelix Fietkau <nbd@openwrt.org>
Sun, 24 Aug 2008 13:37:56 +0000 (13:37 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 24 Aug 2008 13:37:56 +0000 (13:37 +0000)
commit9438ab2df484790d8aceda36862b0f7403199f4f
treee694873d7867dada2d64d356c487ce8b47b9f80c
parent460dca353ee22e733d46a53d7f001b9aa05feedf
improve lua opcode dispatch performance by using computed goto instead of switch/case - improves performance by about 10% in a simple loop test

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12378 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/lua/patches/300-opcode_performance.patch [new file with mode: 0644]