5e62b5856eaf7b669a71076eba13b2132b2779c0
Reorder the `MethodType` enum values so that `METHOD_NONE` is placed last instead of first, and correspondingly move the `METHOD_NONE` case in the interpreter's dispatch switch to the end of the case list. This places the most frequently executed method types (`METHOD_PRIMITIVE`, `METHOD_FOREIGN`, `METHOD_BLOCK`, `METHOD_CTOR`) earlier in both the enum and the switch, which can improve branch prediction and instruction cache locality in the hot dispatch loop.
Description
Highly customized version of the wren programming language. It has all the modules that you would expect in a std library including http, websockets, sqlite3 and jinja-like templating engine. The idea is to make it suitable for web development.
22 MiB
Languages
HTML
50%
C
22.2%
PHP
13.4%
C++
6%
Makefile
2.9%
Other
5.5%