improve lua opcode dispatch performance by using computed goto instead of switch...
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Aug 2008 13:37:56 +0000 (13:37 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Aug 2008 13:37:56 +0000 (13:37 +0000)
commit2bfa71f5d7cdf99ea01215c3c79105afb4131a12
treee694873d7867dada2d64d356c487ce8b47b9f80c
parent1454293414a6ade62341cf8f2a8f5067e3a921af
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]
This page took 0.021555 seconds and 4 git commands to generate.