source:
src/ERTL/spill.ma
@
1363
Last change on this file since 1363 was 1229, checked in by , 9 years ago | |
---|---|
File size: 235 bytes |
Line | |
---|---|
1 | include "common/AST.ma". |
2 | include "ERTL/Interference.ma". |
3 | |
4 | definition decision ≝ Immediate. |
5 | |
6 | (* XXX: should be a map! *) |
7 | definition colouring ≝ list (vertex × decision). |
8 | |
9 | axiom colour_colouring: colouring. |
10 | axiom colour_locals: nat. |
Note: See TracBrowser
for help on using the repository browser.