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
|
63aa648ace
|
Slim down indexed access as far as currently possible
Interestingly, the same code written as statements is significantly slower. See notes.
|
2018-04-23 23:57:15 +02:00 |
|
dcodeIO
|
de98a19eb8
|
Implement dynamic array literals
|
2018-04-23 22:49:04 +02:00 |
|
dcodeIO
|
88b00c1689
|
Use the element type annotated on the setter when doing indexed sets
|
2018-04-23 16:17:33 +02:00 |
|