Rerumu

Results 2 issues of Rerumu

Right now LuaJIT code suffers a performance penalty because the JIT is not always capable of inferring that operations on `i32` are for integers. This causes a lot of `f64`-oriented...

enhancement

Right now when `BrTable` is translated, it always uses a combination of a lookup table and binary search tree. This is efficient, but not necessarily optimal for when the number...

enhancement