Bob Nystrom ece3f3b83b Add optional support for computed gotos.
In my benchmark, this gives like a 5% speed boost. But I'm not sure
it's taking full advantage of it. The XCode project is using LLVM,
which has support for it, but may not optimize it as much as GCC.

There are also some GCC flags I may need to set (-fno-gcse?) to get the
best perf on GCC. Needs more investigation.
2013-11-24 21:48:47 -08:00
2013-11-23 14:52:50 -08:00
2013-11-17 08:55:04 -08:00
2013-11-24 19:08:46 -08:00
2013-11-17 14:20:15 -08:00
2013-11-19 18:24:58 -08:00
2013-11-21 21:41:44 -08:00
2013-11-23 14:52:50 -08:00
2013-11-10 11:12:38 -08:00
2013-11-09 21:32:57 -08:00
S
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%