d34cbd33ee8de25418b0e25a006fbc0498bf8238
Store the start of the current frame's stack in a local `stackStart` variable during LOAD_FRAME() macro execution, replacing repeated calculations of `fiber->stack[frame->stackStart + offset]` with `stackStart[offset]` across LOAD_LOCAL and LOAD_FIELD opcodes. Also remove unused `upvalues` register variable and its assignments from closure handling paths.
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%