|
|
|
|
|
by 1337_d00dZ
1947 days ago
|
|
Although GNU lighting is a JIT, it is probably not well-suited for this application (it has limited virtual registers, no register allocator, no optimizer).
Instead, gccjit would be a better option: https://gcc.gnu.org/onlinedocs/jit/ |
|