diff options
author | Björn Gustavsson <[email protected]> | 2015-02-27 16:32:50 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-03-09 09:41:18 +0100 |
commit | 09dfc3ba50174c55733b11db70d444f62b029302 (patch) | |
tree | 7e097629b0f6969fe3f73e78e3939354fdd80071 /.gitignore | |
parent | 1f0ae04d3745bf316f620ef35b24f87c0da7c05b (diff) | |
download | otp-09dfc3ba50174c55733b11db70d444f62b029302.tar.gz otp-09dfc3ba50174c55733b11db70d444f62b029302.tar.bz2 otp-09dfc3ba50174c55733b11db70d444f62b029302.zip |
beam_type: Use the complete register map when calculating liveness
When calculating the number of live registers for allocation
instruction, it is not always safe to start with the number of live
registers at the start of the block. We will need to use the register
map to know whether there are any holes (dead registers) that are not
subsequently filled.
If the allocation instruction already has a number of live registers
calculated, there is nothing to be gained by raising it.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions