Support JTranscRegisterCommand and JTranscRunCommand annotations Added Math.fround polyfill Fixed plain js obtaining String[] args in the entry point |
|
More...
|
almost 9 years ago
|
Gradle classes rename |
|
More...
|
almost 9 years ago
|
Created common module for code generation to avoid duplicated code - Moved ProgramTemplate here |
|
More...
|
almost 9 years ago
|
Fixed Float.isInfinite / Double.isInfinite Fixed MergedVfs with empty list |
|
More...
|
almost 9 years ago
|
Small addition |
|
More...
|
almost 9 years ago
|
Added assetFiles to templates so you can iterate over the assets and generate a catalog for example Do not static-initialize native classes Added ARRAY.fromTypedArray Support for getters on minitemplates Added quote filter to minitemplates |
|
More...
|
almost 9 years ago
|
[travis] Try to fix travis |
|
More...
|
almost 9 years ago
|
#52 Pure Javascript target - Fixed all pure javascript target test |
|
More...
|
almost 9 years ago
|
Some work on annotations |
|
More...
|
almost 9 years ago
|
Small fixes |
|
More...
|
almost 9 years ago
|
#52 Pure Javascript target - Support partial java8 lambdas |
|
More...
|
almost 9 years ago
|
Small fix |
|
More...
|
almost 9 years ago
|
Added partial proxy support to plain js |
|
More...
|
almost 9 years ago
|
More work on plain js |
|
More...
|
almost 9 years ago
|
More work on plain javascript |
|
More...
|
almost 9 years ago
|
Some work on plain js |
|
More...
|
almost 9 years ago
|
Do not include regexodus on simple cases just using String (to improve compilation times) More work on pure javascript |
|
More...
|
almost 9 years ago
|
Much more work on plain javascript target |
|
More...
|
almost 9 years ago
|
Some simd tests |
|
More...
|
almost 9 years ago
|
[plainjs] doubled haxe instanceof speed using a hack (map that works for objects and instances) |
|
More...
|
almost 9 years ago
|
Describe benefits of plain js target |
|
More...
|
almost 9 years ago
|
Improved js + haxe:js integer multiplications by an order of magnitude using Math.imul Added more benchmarks Fixed haxe integer UNOP (negate could yield wrong results in some edge cases) |
|
More...
|
almost 9 years ago
|
Move if from JTranscNativeBody.cond outside the register function, so it is just evaluated once - Improved simd performance on pure js target |
|
More...
|
almost 9 years ago
|
Further optimizations to array access in plain js target |
|
More...
|
almost 9 years ago
|
Greatly improved pure js target performance, now equal or faster than haxe js on most cases |
|
More...
|
almost 9 years ago
|
[travis] try fix tests |
|
More...
|
almost 9 years ago
|
Added benchmark Modified gradle: now there are tree tasks per target: runTarget, debugTarget and distTarget. runTarget now runs in release mode, while the new debugTarget runs in debug as it did runTarget before Added JTranscMethodBody.cond to specify a condition for that body on some targets (javascript) SIMD polyfill not included as it was slow as hell, now it checks if the proper SIMD is available or use the default faster version Improved performance of int[] and float[] arrays in haxe:flash target More work on plain javascript target |
|
More...
|
almost 9 years ago
|
[travis] Disable forks for now |
|
More...
|
almost 9 years ago
|
[travis] Try fix output file for plainJs [gradle] Support plain js |
|
More...
|
almost 9 years ago
|
Try to parallelize tests |
|
More...
|
almost 9 years ago
|