Volker Berlin
|
53319942ae
|
set initial values of non GC struct values
|
2019-09-15 15:42:50 +02:00 |
|
Volker Berlin
|
f19423d53a
|
evaluate the JavaScript lazy for more dynamic JavaScript (non GC polyfill)
|
2019-09-15 15:38:32 +02:00 |
|
Volker Berlin
|
2a5856971b
|
Run the compiler also with SpiderMonkeyWatGC also if the script engine does not support arrays currently
|
2019-09-15 10:50:45 +02:00 |
|
Volker Berlin
|
d17648a448
|
Split structs test for NonGC and GC script engines because the different implementation state
|
2019-09-15 10:45:29 +02:00 |
|
Volker Berlin
|
9a03a70e8f
|
better error message
|
2019-09-15 10:41:00 +02:00 |
|
Volker Berlin
|
5295096d89
|
fix parameter order of nonGC polyfill call
|
2019-09-14 22:59:12 +02:00 |
|
Volker Berlin
|
6ddf5b1c85
|
write memory/data section also with nonGC polyfill
|
2019-09-14 21:26:46 +02:00 |
|
Volker Berlin
|
c8e8c09a8e
|
improve NonGC polyfill
|
2019-09-14 15:22:25 +02:00 |
|
Volker Berlin
|
9293bfa9f2
|
fix the signatures of the polyfill functions
|
2019-09-13 21:05:47 +02:00 |
|
Volker Berlin
|
a458fd2c2a
|
Move duplicated code from implementations of writeVirtualFunctionCall() into the caller WasmCallIndirectInstruction
|
2019-09-13 20:34:44 +02:00 |
|
Volker Berlin
|
d4a2214131
|
Move duplicated code from implementations of writeVirtualFunctionCall() into the caller WasmCallIndirectInstruction
|
2019-09-13 20:04:03 +02:00 |
|
Volker Berlin
|
88b925fbde
|
add script engine SpiderMonkeyWatGC
|
2019-09-12 21:54:35 +02:00 |
|
Volker Berlin
|
5437ed54ed
|
call ref_eq polyfill in non gc mode
|
2019-09-11 20:32:36 +02:00 |
|
Volker Berlin
|
09e31f3f5a
|
fix C&P error of return value from ref_eq
|
2019-09-11 20:01:42 +02:00 |
|
Volker Berlin
|
b2f1fbc195
|
call ref_eq polyfill in non gc mode
|
2019-09-10 21:41:50 +02:00 |
|
Volker Berlin
|
50f10f1f47
|
move debugNames into WasmOptions
|
2019-09-10 17:52:14 +02:00 |
|
Volker Berlin
|
b4d2f6caa2
|
use WasmOptions on more places for consistency
|
2019-09-10 17:49:05 +02:00 |
|
Volker Berlin
|
c1041325b7
|
add WasmOptions to reduce boilerplate code
|
2019-09-09 21:07:45 +02:00 |
|
Volker Berlin
|
713020ef60
|
add "ref_eq" polyfill function
|
2019-09-08 21:45:28 +02:00 |
|
Volker Berlin
|
c5d514de73
|
prepare also script engines which currently are skipped
|
2019-09-08 19:10:31 +02:00 |
|
Volker Berlin
|
4e3c11553f
|
prepare the polyfill of struct/Object instruction
|
2019-09-08 13:55:22 +02:00 |
|
Volker Berlin
|
c029ef2a88
|
run the right scripts with ScriptEngine.SpiderMonkeyGC
|
2019-09-08 13:40:24 +02:00 |
|
Volker Berlin
|
ebf3673ef6
|
Prepare support for SyntheticFunctionName for imported JavaScript functions
|
2019-09-07 21:24:17 +02:00 |
|
Volker Berlin
|
7c2d276de2
|
If nonGC mode then StructType has also a negative code type of anyref.
|
2019-09-07 19:52:10 +02:00 |
|
Volker Berlin
|
425e14c6b6
|
Object array must be filled with NULL
|
2019-09-02 18:07:00 +02:00 |
|
Volker Berlin
|
617301b165
|
Add 'use strict' to the Java script glue code to prevent mistakes.
|
2019-09-02 16:14:17 +02:00 |
|
Volker Berlin
|
4d45d92824
|
use native methods for imports to simplify
|
2019-08-28 20:30:31 +02:00 |
|
Volker Berlin
|
c029c48be5
|
Add a test with enabled GC
|
2019-08-27 20:44:27 +02:00 |
|
Volker Berlin
|
6ea1955886
|
Fix the stack value of array new.
|
2019-08-27 20:41:00 +02:00 |
|
Volker Berlin
|
fd0a22121c
|
reorder the script engines for testing
|
2019-08-27 18:25:31 +02:00 |
|
Volker Berlin
|
8cd9d16a33
|
fix parsing of i8 and i16 arrays
|
2019-08-26 20:10:49 +02:00 |
|
Volker Berlin
|
724ead3742
|
add len() for i8 and i16 arrays
|
2019-08-26 20:08:18 +02:00 |
|
Volker Berlin
|
8c1792329e
|
fix dead lock with larger debug output
|
2019-08-25 20:23:55 +02:00 |
|
Volker Berlin
|
083ebf263e
|
improve the type handling of arrays
|
2019-08-21 20:52:12 +02:00 |
|
Volker Berlin
|
572d4d6c1f
|
Rename except_ref to exnref
|
2019-08-21 19:07:59 +02:00 |
|
Volker Berlin
|
75c42db525
|
remove skip, SM bug was fixed.
|
2019-08-14 20:13:06 +02:00 |
|
Volker Berlin
|
0b28099674
|
Add ArrayType and improve the Java type parser.
|
2019-08-14 20:07:39 +02:00 |
|
Volker Berlin
|
dd9f03df99
|
API dependency is needed for import annotation
|
2019-08-11 14:44:24 +02:00 |
|
Volker Berlin
|
010362e7d0
|
Enable the Array tests with the GC from the JavaScript host.
|
2019-08-11 13:12:50 +02:00 |
|
Volker Berlin
|
32e609b32f
|
use GC Feature of the JavaScript host for arrays as replacement for the missing GC feature in WASM
|
2019-08-11 13:11:22 +02:00 |
|
Volker Berlin
|
7667c1a080
|
rename ArrayOpertion.LENGTH -> LEN for more consistency
|
2019-08-11 13:06:31 +02:00 |
|
Volker Berlin
|
3058348787
|
add constant for "wasm.use_gc"
|
2019-08-11 13:02:31 +02:00 |
|
Volker Berlin
|
615efbd11f
|
use class and method name as default import setting if not set
|
2019-08-09 21:58:42 +02:00 |
|
Volker Berlin
|
5883adc2af
|
pass the compiler properties to sub classes
|
2019-08-08 19:28:27 +02:00 |
|
Volker Berlin
|
9faeb626a9
|
fix file name of JavaScript output with text output format.
|
2019-08-08 18:23:44 +02:00 |
|
Volker Berlin
|
20d2b7f44e
|
improve error messages
|
2019-08-08 17:47:57 +02:00 |
|
Volker Berlin
|
8c199b5157
|
more Math tests
|
2019-08-04 19:32:18 +02:00 |
|
Volker Berlin
|
c66d7748a4
|
improve error message
|
2019-08-04 19:29:36 +02:00 |
|
Volker Berlin
|
fd24d852ee
|
cast only to AnyType
|
2019-08-04 18:47:02 +02:00 |
|
Volker Berlin
|
5a08ecf122
|
fix copy paste error
|
2019-08-04 17:28:03 +02:00 |
|