forked from M-Labs/nac3
1
0
Fork 0
nac3/nac3artiq
lyken cf34002179
core/irrt/exceptions: allow irrt to raise exceptions
Achieved through defining all the needed Exception ID constants at link
time.

Secondly, since `Exception` is `size_t` dependent, `__nac3_raise()`
takes an opaque pointer to `Exception`.
2024-08-26 09:38:56 +08:00
..
demo [artiq] Fix LLVM representation of strings 2024-08-14 09:30:08 +08:00
src core/irrt/exceptions: allow irrt to raise exceptions 2024-08-26 09:38:56 +08:00
Cargo.toml core: Add compile-time feature to disable escape analysis 2024-08-14 09:29:48 +08:00