Actions
Task #7534
closedConfiguration option to manage reservation of explicitly specified registers
Start date:
08/26/2016
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Published in build:
2.3.47
Description
It should be a possibility to inform the generator not to reserve registers specified explicitly. E.g.,
mov reg(0), ... reg(0) # is not marked as busy
mov reg(_), ... # an allocated register is marked as busy
Configuration option: --reserve-explicit-registers
.
Updated by Andrei Tatarnikov over 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Done: r7043. The option is called: reserve-explicit
.
Updated by Andrei Tatarnikov over 8 years ago
- Status changed from Resolved to Closed
Actions