Add support for emergency spill slots.
- Create a new kind of stack slot: emergency_slot. - Add a get_emergency_slot() method which finds a suitable emergency slot given a list of slots already in use. - Use emergency spill slots when schedule_moves needs them.
This commit is contained in:
@@ -14,7 +14,7 @@ endif
|
||||
syn spell notoplevel
|
||||
|
||||
syn keyword ctonHeader test isa set
|
||||
syn keyword ctonDecl function jump_table incoming_arg outgoing_arg spill_slot local
|
||||
syn keyword ctonDecl function jump_table incoming_arg outgoing_arg spill_slot local emergency_slot
|
||||
syn keyword ctonFilecheck check sameln nextln unordered not regex contained
|
||||
|
||||
syn match ctonType /\<[bif]\d\+\(x\d\+\)\?\>/
|
||||
|
||||
Reference in New Issue
Block a user