Files
asmjit/.github/workflows
kobalicek 4cd9198a6c Improved register allocation of consecutive register in some cases
* The implementation tries to detect whether a virtual register
    only lives in a single basic block and then uses a move approach
    instead of spill/alloc when reallocating
  * Additionally, the implementation now improves the use of scratch
    registers during function arguments allocation - scratch is only
    reserved when it's actually needed
2025-04-20 18:44:52 +02:00
..
2025-02-12 16:17:09 +01:00