dcodeIO
|
25a1f6230a
|
Suppress some unnecessary blocks and nops; Fix compilation of always 'break'ing 'do's
|
2018-05-06 05:46:35 +02:00 |
|
Daniel Wirtz
|
50f6c1c460
|
Update internal ABI to zero/sign-extend where necessary only (#87)
|
2018-05-06 00:00:54 +02:00 |
|
dcodeIO
|
6d6d1dddcf
|
Improve inlining where locals can be aliased; Add a crude mechanism for explicit unchecked array accesses
The `unchecked` builtin should be handled with ultimate care and it would be a lot better if there'd be a mechanism doing this automatically.
|
2018-04-25 05:04:35 +02:00 |
|
dcodeIO
|
391db28fe2
|
Always try to eliminate branches if tree-shaking is enabled
|
2018-04-24 23:11:11 +02:00 |
|
dcodeIO
|
bde13b12cf
|
Some final tweaks to the examples
I promise
|
2018-04-20 18:56:51 +02:00 |
|
dcodeIO
|
4eade0f319
|
Make the mandelbrot example a bit more fun as well
|
2018-04-20 15:36:01 +02:00 |
|
dcodeIO
|
b53b3e08ec
|
Add some smoothing to mandelbrot example
|
2018-04-20 05:06:05 +02:00 |
|
dcodeIO
|
18ef7c1932
|
Also link to the source from the demos
|
2018-04-19 18:53:01 +02:00 |
|
dcodeIO
|
485c3fd9b2
|
Add mandelbrot example; Update game-of-life example
|
2018-04-19 17:32:23 +02:00 |
|