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)
commitbc389b700c73bda420486dd854576a7356cc545f
treee694873d7867dada2d64d356c487ce8b47b9f80c
parent52518b3c31222c4f3d645e435027c6bd01fdda58
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
package/lua/patches/300-opcode_performance.patch [new file with mode: 0644]