1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-07 18:30:25 +02:00
guile/TODO

10 lines
457 B
Text

* Validate that divrem in jit_x86-cpu.c is not modifying
the non result arguments. This is not verified by clobber.tst,
as it only checks registers not involved in the operation
(because it does not know about values being set as input
for the the operation).
* Write a bytecode backend for unsupported architectures.
* Write a simple higher level language implementation generating
jit with lightning, that could be some lisp or C like language.