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 жил өмнө |
Nikolay Nikolov
|
77d592221a
* WebAssembly threads: use New and Dispose instead of GetMem/FreeMem for allocating/freeing TWasmThread
|
1 жил өмнө |
Nikolay Nikolov
|
f23cc9ec6d
* WebAssembly threads: free the stack block and TLS block in case wasi_thread_spawn fails
|
1 жил өмнө |
florian
|
e6ba09aedd
+ Risc-V 64: tcpuparamanager.get_saved_registers_int and tcpuparamanager.get_saved_registers_fpu
|
1 жил өмнө |
Michaël Van Canneyt
|
d0b03c9c71
* Correct callback handler for object tree
|
1 жил өмнө |
Michaël Van Canneyt
|
25af7a4281
* Export get_object_tree
|
1 жил өмнө |
Michaël Van Canneyt
|
45ec51dc1f
* Install error handler to examine exceptions during callback
|
1 жил өмнө |
Nikolay Nikolov
|
9e0b2869a3
* WebAssembly threads: disable stack checking for the FPCWasmThreadStartPascal procedure
|
1 жил өмнө |
Nikolay Nikolov
|
9d771396ff
+ WebAssembly threads: init StackBottom (used for stack checking) more precisely
|
1 жил өмнө |
Nikolay Nikolov
|
da59711442
* WebAssembly threads: pass the stack size to InitThread when starting a new thread
|
1 жил өмнө |
Nikolay Nikolov
|
8bbb28ace8
+ WASI: enable the generic stack checking
|
1 жил өмнө |
Nikolay Nikolov
|
68f4191119
+ WASI: set StackBottom on startup
|
1 жил өмнө |
Nikolay Nikolov
|
60bb6c19d9
+ WASI: set StackLength on startup
|
1 жил өмнө |
Nikolay Nikolov
|
b340994e1b
* proper implementation for the function Sptr (which returns the stack pointer) for WebAssembly
|
1 жил өмнө |
florian
|
23dec631f5
+ Risc-V: apply OptPass1OP to more operations
|
1 жил өмнө |
florian
|
3e6cd16bb5
+ Risc-V 32: tcpuparamanager.get_saved_registers_int
|
1 жил өмнө |
Nikolay Nikolov
|
3c027b0ba0
* WebAssembly threads: use the stack size, specified for the main thread (via
|
1 жил өмнө |
Nikolay Nikolov
|
a417b0db9b
* WebAssembly threads: simplified (optimized) the implementation of
|
1 жил өмнө |
florian
|
4afb07cc5e
+ Risc-V 32: tcpuparamanager.get_saved_registers_fpu
|
1 жил өмнө |
Nikolay Nikolov
|
74a4550ff0
* WebAssembly threads: fix TThread.WaitFor (use -1 instead of 0 to signal infinite timeout)
|
1 жил өмнө |