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
373c05ee49
factor
/
basis
/
compiler
/
cfg
/
linear-scan
History
Slava Pestov
1af3b8ed65
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
..
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
Merging in new codegen
2008-10-07 16:16:50 -05: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