X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flightrec%2FREADME.md;h=449e06c161e53e2a90f37b25140c374f2c4ead2d;hb=e2fb1389dc12376acb84e4993ed3b08760257252;hp=ab2c13b5f7c579a24fd2d9d7b1beb87b452794e6;hpb=ba3814c189d3bd2332b66fb6c633a7d028e618fe;p=pcsx_rearmed.git diff --git a/deps/lightrec/README.md b/deps/lightrec/README.md index ab2c13b5..449e06c1 100644 --- a/deps/lightrec/README.md +++ b/deps/lightrec/README.md @@ -17,8 +17,7 @@ a form of Intermediate Representation (IR). Basically, just a single-linked list of structures representing the instructions. On that list, several optimization steps are performed: instructions are modified, reordered, tagged; new meta-instructions -can be added, for instance to tell the code generator that a certain -register won't be used anymore. +can also be added. * __Lazy compilation__. If Lightrec detects a block of code that would be very hard to @@ -46,10 +45,12 @@ typically happens when a lot of new code is run. Lightrec has been ported to the following emulators: -* [__PCSX-ReArmed__ (my own fork)](https://github.com/pcercuei/pcsx_rearmed) +* [__PCSX-ReArmed__ (libretro)](https://github.com/libretro/pcsx_rearmed) * [__pcsx4all__ (my own fork)](https://github.com/pcercuei/pcsx4all) * [__Beetle__ (libretro)](https://github.com/libretro/beetle-psx-libretro/) +* [__CubeSX/WiiSX__](https://github.com/emukidid/pcsxgc/) + [![Star History Chart](https://api.star-history.com/svg?repos=pcercuei/lightrec&type=Date)](https://star-history.com/#pcercuei/lightrec&Date)