Changes between Version 16 and Version 17 of Commentary/Compiler/NewCodeGenStupidity
- Timestamp:
- 04/14/11 03:04:15 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Compiler/NewCodeGenStupidity
v16 v17 95 95 ~~We need to not spill across certain foreign calls, but for which calls this is OK for is unclear.~~ Variables stay live across all unsafe foreign calls (foreign calls in the middle), except for the obvious cases (the return registers), so no spilling should happen at all. The liveness analysis is too conservative. 96 96 97 This is fixed in the April 14 version of the patch.97 This is not fixed in the April 14 version of the patch... we still need to fix the liveness analysis? I thought I fixed that... 98 98 99 99 == Up and Down ==
