SCM Repository
Diff of /sml/trunk/HISTORY
Parent Directory
|
Revision Log
|
Patch
revision 588, Fri Mar 31 09:00:02 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 | |
40 | Date: 2000/03/31 11:15:00 EST | |
41 | Tag: dbm-20000331-runtime_fix | |
42 | Description: | |
43 | ||
44 | This update contains: | |
45 | ||
46 | 1. runtime/c-lib/c-libraries.c | |
47 | includes added in revision 1.2 caused compilation errors on hppa-hpux | |
48 | ||
49 | 2. fix for bug 1556 | |
50 | system/Basis/Implementation/NJ/internal-signals.sml | |
51 | ||
52 | ---------------------------------------------------------------------- | |
53 | Name: Matthias Blume | Name: Matthias Blume |
54 | Date: 2000/03/31 18:00:00 JST | Date: 2000/03/31 18:00:00 JST |
55 | Tag: blume_main_v110p26p2_1 | Tag: blume_main_v110p26p2_1 |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |