Skip to content

Extra validation

Isaac Gariano requested to merge extra-validation into develop

Minor changes (I added a new test for thread locals, and fixed some invalid IR, as well as making dynamic libraries link to libmu properly). I also made IR validation occur in release builds now, it shouldn't be too expensive, but I added a VM option (--dont-validate-ir) that will turn it off (I haven't tested it, but it should work, baring concurrency issues...).

Merge request reports