SCM Repository
Diff of /sml/trunk/HISTORY
Parent Directory
|
Revision Log
|
Patch
revision 589, Fri Mar 31 16:14:36 2000 UTC | revision 590, Sat Apr 1 02:24:08 2000 UTC | |
---|---|---|
# | Line 13 | Line 13 |
13 | Description: | Description: |
14 | ||
15 | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
16 | Name: Allen Leung | |
17 | Date: 2000/03/31 21:15:00 EST | |
18 | Tag: leunga-20000331-aliasing | |
19 | Description: | |
20 | ||
21 | This update contains a rewritten (and hopefully more correct) module | |
22 | for extracting aliasing information from CPS. | |
23 | ||
24 | To turn on this feature: | |
25 | ||
26 | Compiler.Control.CG.memDisambiguate := true | |
27 | ||
28 | To pretty print the region information with assembly | |
29 | ||
30 | Compiler.Control.MLRISC.getFlag "asm-show-region" := true; | |
31 | ||
32 | To control how many levels of aliasing information are printed, use: | |
33 | ||
34 | Compiler.Control.MLRISC.getInt "points-to-show-level" := n | |
35 | ||
36 | The default of n is 3. | |
37 | ||
38 | ---------------------------------------------------------------------- | |
39 | Name: David MacQueen | Name: David MacQueen |
40 | Date: 2000/03/31 11:15:00 EST | Date: 2000/03/31 11:15:00 EST |
41 | Tag: dbm-20000331-runtime_fix | Tag: dbm-20000331-runtime_fix |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |