nickysn
|
fe7fd69d5e
+ initialize heap in the system unit startup (but SysOSAlloc is not yet implemented)
|
4 lat temu |
nickysn
|
11ed6adf63
+ set IsConsole and IsLibrary in the wasi system unit startup
|
4 lat temu |
nickysn
|
83f3d68537
+ some system unit debug output
|
4 lat temu |
nickysn
|
4d933d74b9
+ call the inherited methods for generating the standard entry/exit code, so that units are initialized/finalized
|
4 lat temu |
nickysn
|
9908a9d82a
+ add functypes for the unit init and finalization code procedures
|
4 lat temu |
nickysn
|
4b6cbde849
* fixed 64-bit float comparison
|
4 lat temu |
nickysn
|
7e958e0a35
+ introduced the discardresult directive and declared the UniqueString()
|
4 lat temu |
nickysn
|
187659ff02
+ more accurate stack tracking in thlcgwasm.a_loadaddr_ref_stack
|
4 lat temu |
nickysn
|
84e2299399
* fixed getting of float function result after call
|
4 lat temu |
nickysn
|
545c949586
* fixed thlcgwasm.a_op_ref_stack - it was not emitting the actual operation opcode
|
4 lat temu |
nickysn
|
0315ab00d8
* map the currency type to the i64 WebAssembly type
|
4 lat temu |
nickysn
|
4fa09a6f8b
- removed the trunc32 parameter of thlcgwasm.a_op_stack, because it is no longer used, nor necessary
|
4 lat temu |
nickysn
|
3bdf0938c0
- removed thlcgwasm.maybepreparedivu32, because it is not needed - WebAssembly has 32-bit unsigned division, unlike the JVM
|
4 lat temu |
nickysn
|
ffebab9691
* fixed byte/word to int64 conversion in thlcgwasm.resize_stack_int_val
|
4 lat temu |
nickysn
|
dc9feba435
- removed thlcgwasm.loadstoreopc and replaced it with direct code - this actually improves code readability now
|
4 lat temu |
nickysn
|
aaf28ca259
- removed commented out code
|
4 lat temu |
nickysn
|
72abf6f472
+ add "fingerprints" in the beginning of each routine for easier debugging (this
|
4 lat temu |
nickysn
|
43f9dedb00
* fixed class name in comment
|
4 lat temu |
nickysn
|
6803a111f7
* fix for 64-bit shl/shr
|
4 lat temu |
nickysn
|
cb12a91936
* both stack parameters of 64-bit SHL/SHR/SAR in WebAssembly should be 64-bit, unlike the JVM
|
4 lat temu |
nickysn
|
a6410fae90
* fixes to the type conversions in thlcgwasm.resize_stack_int_val
|
4 lat temu |
nickysn
|
17bfdee158
* decstack after call_indirect
|
4 lat temu |
nickysn
|
e4c9f030af
* more precise stack tracking in thlcgwasm.prepare_stack_for_ref
|
4 lat temu |
nickysn
|
4d758a64c2
* make functions, that return result in param to not have a return type in WebAssembly
|
4 lat temu |
nickysn
|
2bdd089645
- removed unused parameters from g_adjust_stack_after_call for WebAssembly
|
4 lat temu |
nickysn
|
b3eca0e4f9
+ produce a warning for values, remaining on top of stack at end of function
|
4 lat temu |
nickysn
|
dd00619e1a
* improved the accuracy of the stack tracking in g_adjust_stack_after_call
|
4 lat temu |
nickysn
|
fdf1f7d966
* adjust stack correctly in a_op_stack
|
4 lat temu |
nickysn
|
4e57c4d89e
+ enable smartlink sections for the llvm-mc assembler
|
4 lat temu |
nickysn
|
60d21bcf0d
* fix llvm-mc error for string constants missing a .size directive
|
4 lat temu |