Nikolay Nikolov
|
671a36c823
|
* fixed WebAssembly goto in case statement crash with internal error 2021011801
|
2025-02-25 08:22:26 +02:00 |
|
Yuriy Sydorov
|
b78761efd3
|
* Removed obsolete OLDREGVARS ifdefs.
|
2021-11-02 17:08:08 +02:00 |
|
Nikolay Nikolov
|
12a2c56461
|
- removed thlcgwasm.incblock, .decblock and br_blocks, as branching is now done
entirely with labels
|
2021-10-22 17:42:29 +03:00 |
|
Nikolay Nikolov
|
3094f75690
|
* WebAssembly code generation for 'case' nodes changed to use labels
|
2021-10-22 17:31:04 +03:00 |
|
nickysn
|
76c61c3aac
|
* call inherited inside twasminnode.checkgenjumps in order to initialize use_small
git-svn-id: trunk@48971 -
|
2021-03-14 16:56:16 +00:00 |
|
nickysn
|
ec7fbcb271
|
* override the IN node for WebAssembly and avoid generating jump tables for the
IN nodes on that target
git-svn-id: branches/wasm@48176 -
|
2021-01-18 21:37:39 +00:00 |
|
nickysn
|
c781e03edf
|
+ implemented WebAssembly code generation for case statements
git-svn-id: branches/wasm@48173 -
|
2021-01-18 20:57:05 +00:00 |
|
nickysn
|
039e2f20b7
|
+ override the case node for WASM. The actual code generation isn't implemented yet.
git-svn-id: branches/wasm@48172 -
|
2021-01-18 17:43:01 +00:00 |
|