- 27 Jan, 2021 1 commit
-
-
Camil Staps authored
-
- 21 Jan, 2021 2 commits
-
-
Camil Staps authored
Avoid new GCC warning "array subscript -1 is outside array bounds" See merge request !148
-
Camil Staps authored
-
- 19 Jan, 2021 4 commits
-
-
Camil Staps authored
Use newly built bytecode tools in Windows test job See merge request !147
-
Camil Staps authored
-
Camil Staps authored
Add push_b_a instruction Closes #110 See merge request !146
-
Camil Staps authored
-
- 18 Jan, 2021 2 commits
-
-
Camil Staps authored
Remove jsValTo{Int,Bool,String,Real}` Closes #107 See merge request !145
-
Camil Staps authored
-
- 12 Jan, 2021 1 commit
-
-
Camil Staps authored
Fix instantiation of wasm interpreter for large bytecode with small heap/stack (not enough memory was preserved to store the decodable bytecode)
-
- 28 Dec, 2020 1 commit
-
-
Erin van der Veen authored
The same license is used for Clean and the iTasks SDK.
-
- 26 Dec, 2020 2 commits
-
-
Camil Staps authored
Fix ABC optimizer for create instruction with high arity See merge request !143
-
Camil Staps authored
Previously, the argument of `create` was ignored so that `create 4` was optimized as `create` and not enough space would be reserved for the node.
-
- 25 Dec, 2020 2 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
- 15 Dec, 2020 2 commits
-
-
Camil Staps authored
Test framework and basic tests for the JavaScript FFI Closes #104 See merge request !140
-
Camil Staps authored
-
- 13 Dec, 2020 6 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
Correctly copy Real values to the wasm interpreter when it is running 32-bit ABC code (must split up the value over two words)
-
Camil Staps authored
-
Camil Staps authored
Parse large integer constants correctly in the ABC optimizer (when overflow may happen, store a simple String representation instead)
-
- 12 Dec, 2020 17 commits
-
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
Wasm interpreter: optimize loads and stores with double constant offsets (e.g. in eqR_32); merge the two offsets
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
Define nan=NaN in JavaScript to be able to copy NaN values with the default toString instance for Real
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
-
Camil Staps authored
Resolve "Javascript 'instanceof' support" Closes #105 See merge request !141
-