summaryrefslogtreecommitdiff
path: root/ghc/compiler/parser
diff options
context:
space:
mode:
authorsewardj <unknown>2000-01-28 18:07:56 +0000
committersewardj <unknown>2000-01-28 18:07:56 +0000
commitc39373f1371fd1e46ea91be262f00c277b31f8e5 (patch)
tree74dcc8e9b0060821c2dfa121580657d7d74432d9 /ghc/compiler/parser
parentf1553c47e89e858cd4576732582e6230730adf53 (diff)
downloadhaskell-c39373f1371fd1e46ea91be262f00c277b31f8e5.tar.gz
[project @ 2000-01-28 18:07:55 by sewardj]
Modifications to make x86 register spilling to work reasonably. It should work ok most of the time, although there is still a remote possibility that the allocator simply will be unable to complete spilling, and will just give up. -- Incrementally try with 0, 1, 2 and 3 spill regs, so as not to unduly restrict the supply of regs in code which doesn't need spilling. -- Remove the use of %ecx for shift values, so it is always available as the first-choice spill temporary. For code which doesn't do int division, make %edx and %eax available for spilling too. Shifts by a non-constant amount (very rare) are now done by a short test-and-jump sequence, so that %ecx is not tied up. -- x86 FP: do sin, cos, tan in-line so we get the same answers as gcc. -- Moved a little code around to remove recursive dependencies. -- Fix a subtle bug in x86 regUsage, which could cause underestimation of live ranges.
Diffstat (limited to 'ghc/compiler/parser')
0 files changed, 0 insertions, 0 deletions