SCM Repository
Diff of /sml/trunk/compiler/CodeGen/main/machine-gen.sml
Parent Directory
|
Revision Log
|
Patch
revision 1140, Wed Mar 13 18:59:03 2002 UTC | revision 1141, Wed Mar 13 19:37:54 2002 UTC | |
---|---|---|
# | Line 63 | Line 63 |
63 | (structure CFG = CFG | (structure CFG = CFG |
64 | structure Props = InsnProps) | structure Props = InsnProps) |
65 | ||
66 | (* After experimentation, some architecture specific control | |
67 | * may be needed for chainEscapes. | |
68 | *) | |
69 | structure JumpChaining = | structure JumpChaining = |
70 | JumpChainElimFn | JumpChainElimFn |
71 | (structure CFG = CFG | (structure CFG = CFG |
72 | structure InsnProps = InsnProps) | structure InsnProps = InsnProps |
73 | val chainEscapes = ref false | |
74 | val reverseDirection = ref false) | |
75 | ||
76 | structure InvokeGC = | structure InvokeGC = |
77 | InvokeGC | InvokeGC |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |