Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well ↵ | nbd | 2008-08-24 | 1 | -20/+20 |
| | | | | | | (thx, lars) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12381 3c298f89-4303-0410-b956-a3cf2f4a3e73 | ||||
* | improve lua opcode dispatch performance by using computed goto instead of ↵ | nbd | 2008-08-24 | 1 | -0/+363 |
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 |