This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
3b25d04b8a
factor
/
basis
/
compiler
/
cfg
/
linear-scan
History
Slava Pestov
c8521ad826
Add tool to dump live intervals
2008-11-04 17:23:20 -06:00
..
allocation
If a register is spilled and the reload location is also a copy, we chicken out and don't coalesce. This is suboptimal but it's not clear to me how to implement it cleanly, and SSA graph coloring will solve this problem eventually anyway
2008-11-04 00:32:56 -06:00
assignment
RicE
2008-11-02 03:58:32 -06:00
debugger
Add tool to dump live intervals
2008-11-04 17:23:20 -06:00
live-intervals
RicE
2008-11-02 03:58:32 -06:00
linear-scan-tests.factor
If a register is spilled and the reload location is also a copy, we chicken out and don't coalesce. This is suboptimal but it's not clear to me how to implement it cleanly, and SSA graph coloring will solve this problem eventually anyway
2008-11-04 00:32:56 -06:00
linear-scan.factor
Fixing register allocator prspilling
2008-10-19 01:10:21 -05:00