Rika Ichinose
|
2aa8fe76d9
Free empty arenas as a second-to-last chance before allocating a new OS chunk.
|
1 週間 前 |
Nikolay Nikolov
|
07bcb62d5e
+ support the throw_ref instruction in the internal WebAssembly assembler writer
|
18 時間 前 |
Nikolay Nikolov
|
6eb2be4bb7
+ support the throw instruction in the internal WebAssembly assembler writer
|
18 時間 前 |
Nikolay Nikolov
|
96e2242e28
+ support the end_try_table instruction in the internal WebAssembly assembler writer
|
18 時間 前 |
Nikolay Nikolov
|
956db59bc2
* twasmonnode.pass_generate_code_native_exceptions renamed .pass_generate_code_native_legacy_exceptions
|
20 時間 前 |
Nikolay Nikolov
|
19acce7c8a
* twasmtryfinallynode.pass_generate_code_native_exceptions renamed .pass_generate_code_native_legacy_exceptions
|
20 時間 前 |
Nikolay Nikolov
|
562410b89b
* twasmtryexceptnode.pass_generate_code_native_exceptions renamed .pass_generate_code_native_legacy_exceptions
|
20 時間 前 |
Nikolay Nikolov
|
78a870548c
* twasmraisenode.pass_1_native_exceptions renamed .pass_1_native_legacy_exceptions
|
20 時間 前 |
Sven/Sarah Barth
|
20022beca8
+ add = and <> operators to TValue based on the existing SameValue()
|
22 時間 前 |
Sven/Sarah Barth
|
1f3a013f8f
+ add implicit assignment operators from TDateTime, TDate and TTime to TValue so that the later will have the correct type information
|
22 時間 前 |
Sven/Sarah Barth
|
1f962a5fd2
* properly initialize prev in the various fpc_val_*_shortstr functions as otherwise the JVM's verifier will complain about the corresponding register not containing the valid type as there can be a path from the start of the function where the register is not initialized (Note: -OoDFA also reports these!)
|
2 日 前 |
florian
|
cb019e1757
+ avr: LddMov2Ldd optimization
|
23 時間 前 |
Nikolay Nikolov
|
43e88d2841
+ also create the FPC_EXCEPTION_TAG_SYM for exnref exceptions (the exception tag is the same, like in the legacy exceptions proposal)
|
1 日 前 |
Nikolay Nikolov
|
adc93a26d5
+ added target switch ts_wasm_native_exnref_exceptions for the future implementation of WebAssembly 'exceptions with exnref' support
|
1 日 前 |
Nikolay Nikolov
|
61be1e6720
* fixed compilation of ppudump
|
1 日 前 |
Nikolay Nikolov
|
1961de4ce0
* removed the JSEXCEPTIONS WebAssembly exceptions mode. It was never completed
|
1 日 前 |
Nikolay Nikolov
|
f96357e27b
* updated comment and URL for the WebAssembly legacy exceptions proposal
|
1 日 前 |
Nikolay Nikolov
|
d7da4c90a0
* ts_wasm_native_exceptions renamed ts_wasm_native_legacy_exceptions
|
1 日 前 |
Massimo Magnano
|
1c2f14d3a3
Fcl-PDF: Added ColorSpace and BitsPerComponent to ImageEntry
|
1 日 前 |
florian
|
f7b3c03489
* build avrsim unit again
|
1 日 前 |
Margers
|
19e38139ea
Consecutive mouse wheel events will be "double" events.
|
2 日 前 |
Margers
|
97e62a4999
Kitty keyboard protocol fix F1, F2 and F4 keys.
|
2 日 前 |
Nikolay Nikolov
|
8797966db3
+ added instructions for the new WebAssembly exception handling with exnref
|
2 日 前 |
Nikolay Nikolov
|
9301931bcc
* WebAssembly: a_end_try instruction renamed a_end_legacy_try
|
2 日 前 |
Nikolay Nikolov
|
46999f1f68
* WebAssembly: a_rethrow instruction renamed a_legacy_rethrow
|
2 日 前 |
Nikolay Nikolov
|
97bf2a5beb
* WebAssembly: a_throw instruction renamed a_legacy_throw
|
2 日 前 |
Nikolay Nikolov
|
b079f27ecc
* WebAssembly: a_delegate instruction renamed a_legacy_delegate
|
2 日 前 |
Nikolay Nikolov
|
26a547a11a
* WebAssembly: a_catch_all instruction renamed a_legacy_catch_all
|
2 日 前 |
Nikolay Nikolov
|
7ce80bac7d
* WebAssembly: a_catch instruction renamed a_legacy_catch
|
2 日 前 |
Nikolay Nikolov
|
8c3758f976
* WebAssembly: a_try instruction renamed a_legacy_try
|
2 日 前 |