libjade
libjade copied to clipboard
Use jazzct for (S)CT checking
The (S)CT checking in Jasmin is now done via the jazzct standalone checker (https://github.com/jasmin-lang/jasmin/pull/766).
Thus, Makefile.checksct should use that (it is currently broken, AFAICT).
The blockers are:
- No support for
-Iinclude paths in thejazzctbinary, only viaJASMINPATH. - For DOIT checking only (https://github.com/jasmin-lang/jasmin/pull/736). No support for
-lea,-lazy-regallocor-noinsertarraycopyinjazzct, as these matter when checking is done after many compiler passes (and some primitives do not compile without them).