diff options
author | Paul Cercueil | 2020-01-30 12:33:44 -0300 |
---|---|---|
committer | Paul Cercueil | 2020-02-08 11:44:52 -0300 |
commit | 4a71579b757d3a2eb6902c84391f429838ad4912 (patch) | |
tree | c57430315f1b82497eebd3fef24c0f4c0336bf0d /deps/lightning/TODO | |
parent | ea884d3029c673e06a4084156ceb662598d8945a (diff) | |
download | pcsx_rearmed-4a71579b757d3a2eb6902c84391f429838ad4912.tar.gz pcsx_rearmed-4a71579b757d3a2eb6902c84391f429838ad4912.tar.bz2 pcsx_rearmed-4a71579b757d3a2eb6902c84391f429838ad4912.zip |
git subrepo clone https://git.savannah.gnu.org/git/lightning.git deps/lightning
subrepo:
subdir: "deps/lightning"
merged: "b0b8eb5"
upstream:
origin: "https://git.savannah.gnu.org/git/lightning.git"
branch: "master"
commit: "b0b8eb5"
git-subrepo:
version: "0.4.1"
origin: "https://github.com/ingydotnet/git-subrepo.git"
commit: "a04d8c2"
Diffstat (limited to 'deps/lightning/TODO')
-rw-r--r-- | deps/lightning/TODO | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/deps/lightning/TODO b/deps/lightning/TODO new file mode 100644 index 0000000..676af02 --- /dev/null +++ b/deps/lightning/TODO @@ -0,0 +1,28 @@ + * 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 simple higher level language implementation generating + jit with lightning, that could be some lisp or C like language. + + * rerun ./configure --enable-devel-get-jit-size and regenerate + the related jit_$arch-sz.c for the ports where nodata is + meaningful: + hppa (done) + i586 (done) + ia64 + mips o32 (done) + mips n32 + mips n64 + powerpc 32 (done) + powerpc 64 (done) + ppc + s390x (done) + sparc (done) + x86_64 (done) + Missing ones are due to no longer (remote) access to such hosts + and may be broken with jit_set_data(..., JIT_DISABLE_DATA). + (ia64 hp-ux or linx), (irix mips for 32 or 64 abi), and + (darwin ppc). |