SCM Repository
Annotation of /sml/trunk/src/MLRISC/FLAGS
Parent Directory
|
Revision Log
Revision 237 - (view) (download)
1 : | monnier | 237 | MLRISC Control |
2 : | |||
3 : | These flags are set via the MLRISC_Control structure. | ||
4 : | |||
5 : | Register allocation: | ||
6 : | flags: | ||
7 : | "dump-cfg-before-ra" | ||
8 : | Prints the control flowgraph before register | ||
9 : | allocation. | ||
10 : | |||
11 : | "dump-cfg-after-ra" | ||
12 : | Prints the control flowgraph after register | ||
13 : | allocation. | ||
14 : | |||
15 : | "dump-interference-graph" | ||
16 : | Dumps out the interference graph at each round. | ||
17 : | |||
18 : | counters: | ||
19 : | "ra-int-spills" | ||
20 : | Counts the number of integer spill instructions | ||
21 : | |||
22 : | "ra-int-reloads" | ||
23 : | Counts the number of integer reload instructions. | ||
24 : | |||
25 : | "ra-float-spills" | ||
26 : | Counts the number of floating point spill instructions | ||
27 : | |||
28 : | "ra-float-reloads" | ||
29 : | Counts the number of floating point reload instructions. | ||
30 : | |||
31 : | |||
32 : |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |