Nikolay Nikolov
|
d1348d17bf
+ WebAssembly threads internal linker: create a global symbol for all AT_TLS data symbols
|
1 жил өмнө |
Nikolay Nikolov
|
7e938ffafc
* WebAssembly threads internal linker: set MemPos for data sections correctly
|
1 жил өмнө |
Nikolay Nikolov
|
99b7b19f17
* WebAssembly threads internal linker: import WASM_SYM_TLS symbols as AT_TLS, instead of AT_DATA
|
1 жил өмнө |
Nikolay Nikolov
|
db86dd07fb
* WebAssembly threads internal linker: mark the __tls_base, __tls_size and __tls_align symbols as WebAssembly globals
|
1 жил өмнө |
Nikolay Nikolov
|
6ec1b7e1b5
+ WebAssembly threads internal linker: debug print threadvar relocations,
|
1 жил өмнө |
Nikolay Nikolov
|
44a5f6623b
+ WebAssembly threads internal linker: create the __wasm_init_tls symbol's
|
1 жил өмнө |
Nikolay Nikolov
|
70ca28701b
* WebAssembly threads internal linker: add the .tbss section to the linker
|
1 жил өмнө |
Nikolay Nikolov
|
0642f14552
* WebAssembly threads internal linker: declare the symbol __wasm_init_tls in the
|
1 жил өмнө |
Nikolay Nikolov
|
a87481cfa4
* WebAssembly threads internal linker: declare the __tls_base, __tls_size and
|
1 жил өмнө |
Nikolay Nikolov
|
961042356c
* WebAssembly threads internal linker: fix validation of R_WASM_GLOBAL_INDEX_LEB relocations in modules that support threads
|
1 жил өмнө |
Nikolay Nikolov
|
610f2bb3c9
+ enable FPC_WASM_THREADS_INTERNAL_LINKER (not stable, yet) in ppcwasm32.lpi
|
1 жил өмнө |
Nikolay Nikolov
|
34025aecac
+ enable WebAssembly threads with the internal linker (which still doesn't work
|
1 жил өмнө |
Michaël Van Canneyt
|
780c1f9c49
* Reduce number of warnings and hints
|
1 жил өмнө |
Michaël Van Canneyt
|
92f937c40e
* Implement DropContext/KeepContext for Delphi compatibility. Patch by Artem Izmaylov. Fixes issue #40884
|
1 жил өмнө |
Michaël Van Canneyt
|
c53e1b20d7
* Make sure sentences end on point when needed.
|
1 жил өмнө |
Michaël Van Canneyt
|
8702fc416b
* Do not load font config if it is already loaded
|
1 жил өмнө |
Michaël Van Canneyt
|
abf04f1086
* Use correct class to construct dictionary in callback helper
|
1 жил өмнө |
Michaël Van Canneyt
|
258211e038
* Fix wrong raise statement
|
1 жил өмнө |
florian
|
d4816d12f7
* Risc-V 32 has also a GC variant
|
1 жил өмнө |
Michaël Van Canneyt
|
594b96e305
* Add CopyToMemory
|
1 жил өмнө |
Michaël Van Canneyt
|
025ad39ef0
* Do not raise exception
|
1 жил өмнө |
Michaël Van Canneyt
|
a81eac2483
* Correct dictionary construction
|
1 жил өмнө |
Michaël Van Canneyt
|
37c32a9eb7
* Explicitly specify path to include files
|
1 жил өмнө |
Michaël Van Canneyt
|
22c978c33f
* Print clickable URL with start location
|
1 жил өмнө |
florian
|
1ecc880fc8
+ cpu type RV64GC
|
1 жил өмнө |
Nikolay Nikolov
|
af5c2d66c2
* removed TODO comment from WasiThreadSwitch
|
1 жил өмнө |
Nikolay Nikolov
|
5d058258fc
+ added some more comments in wasi_thread_start
|
1 жил өмнө |
Nikolay Nikolov
|
a0e1dce1fd
* WebAssembly threads: call fpc_wasm32_init_tls from inline asm code to avoid
|
1 жил өмнө |
Nikolay Nikolov
|
fcfce9f2d5
* WebAssembly threads: implement WasiEndThread using exceptions. There's no
|
1 жил өмнө |
Nikolay Nikolov
|
e03389c6a8
* WebAssembly threads: destroy the event and mutex in WasiBeginThread in case wasi_thread_spawn fails
|
1 жил өмнө |