Files
wasmtime/lib
Jakob Stoklund Olesen 0c7b2c7b68 Add a register pressure tracker.
The spilling and reload passes need to ensure that the set of live
ranges with register affinity can always be assigned registers. The
register pressure tracker can count how many registers are in use for
each top-level register class and give guidance on the type of
registers that need to be spilled when limits are exceeded.

Pressure tracking is extra complicated for the arm32 floating point
register bank because there are multiple top-level register classes (S,
D, Q) competing for the same register units.
2017-05-16 17:02:11 -07:00
..
2017-05-16 17:02:11 -07:00
2017-05-15 15:10:47 -07:00
2017-05-15 15:10:47 -07:00