Nicolas B. Pierron
Nicolas B. Pierron
This pull request is a work-in-progress to handle the LIR to Cranelift IR conversion. It adds a LIR representation #29 and adds a Cranelift backend #28 . However it does...
The current IR is a quick and dirty format made only to support the needs of a proof of concept than something which deserve to remain as-is in the next...
Cranelift (previously named Cretonne) is far from being ideal as the Cranelift IR does not provide the features needed to express versioning needs, and using it as a backend implies...
Currently, it might seems opaque to a lot of persons why will HolyJit should use its own LIR representation instead of relying on LLVM IR or *directly* targeting Cretonne for...
The idea is the following, when a bug a private, we see a different background color, as well as a red column on the left. When we open an attachment...
This issue happens while replaying firefox under rr 4.2.0, rr 4.3.0 fails with a different error message which spew all the different register content. I can reproduce this issue with...
One problem raised by multiple users, almost since the beginning of the module system, is that there is no way to reproduce a configuration once it has been compiled, and...
This change fixes the issue reported in #191 , by making sure that we use the same clang as the one provided in the `stdenv` when building Gecko, and when...
When using `max_level_debug` feature, and compiling a non-release build, my expectation would be that `trace!` code is not present in the binary. As mentioned in the documentation: > Log levels...
(Forwarding [Bug 1673296](https://bugzilla.mozilla.org/show_bug.cgi?id=1673296)) 1. Use my normal profile 2. Go to https://arewefastyet.com/win10/stylebench?numDays=60 3. The page takes a long time to load, and one core is continuously pegged for almost 1...