13 |
Description: |
Description: |
14 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
15 |
Name: Matthias Blume |
Name: Matthias Blume |
16 |
Date: 2000/07/02 15:36:00 JST |
Date: 2000/07/18 18:00:00 JST |
17 |
|
Tag: blume-20000718-Version_110_29 |
18 |
|
Description: |
19 |
|
|
20 |
|
1. Updated src/compiler/TopLevel/main/version.sml to version 110.29 |
21 |
|
|
22 |
|
2. Updated config/version to 110.29 |
23 |
|
|
24 |
|
3. Updated config/srcarchiveurl |
25 |
|
|
26 |
|
3. New boot files! |
27 |
|
ftp://ftp.cs.princeton.edu/pub/people/blume/sml/110.29-autofetch |
28 |
|
|
29 |
|
---------------------------------------------------------------------- |
30 |
|
Name: Matthias Blume |
31 |
|
Date: 2000/07/11 13:58:00 JST |
32 |
|
Tag: blume-20000711-doctypo |
33 |
|
Description: |
34 |
|
|
35 |
|
Fixed a few typos in CM manual. |
36 |
|
|
37 |
|
---------------------------------------------------------------------- |
38 |
|
Name: Allen Leung |
39 |
|
Date: 2000/06/15 00:38:00 |
40 |
|
Tag: leunga-20000704-sparc-x86 |
41 |
|
|
42 |
|
1. x86 peephole improvement sp += k; sp -= k => nop [from John] |
43 |
|
2. fix to x86 RET bug [found by Dan Grossman] |
44 |
|
3. sparc assembly bug fix for ticc instructions [found by Fermin] |
45 |
|
|
46 |
|
Affects c-- and moby only |
47 |
|
|
48 |
|
---------------------------------------------------------------------- |
49 |
|
Name: Matthias Blume |
50 |
|
Date: 2000/07/04 15:26:00 |
51 |
|
Tag: blume-20000704-trigger |
52 |
|
Description: |
53 |
|
|
54 |
|
1. Improvements to CM manual. |
55 |
|
2. SMLofNJ.Internals.BTrace.trigger reinstated as an alternative way |
56 |
|
of getting a back-trace. The function, when called, raises an |
57 |
|
internal exception which explicitly carries the full back-trace history, |
58 |
|
so it is unaffected by any intervening handle-raise pairs ("trivial" |
59 |
|
or not). The interactive loop will print that history once it arrives |
60 |
|
at top level. |
61 |
|
Short of having all exceptions implicitly carry the full history, the |
62 |
|
recommended way of using this facility is: |
63 |
|
- compile your program with instrumentation "on" |
64 |
|
- run it, when it raises an exception, look at the history |
65 |
|
- if the history is "cut off" because of some handler, go and modify |
66 |
|
your program so that it explicitly calls BTrace.trigger |
67 |
|
- recompile (still instrumented), and rerun; look at the full history |
68 |
|
|
69 |
|
---------------------------------------------------------------------- |
70 |
|
Name: Matthias Blume |
71 |
|
Date: 2000/07/03 15:36:00 JST |
72 |
Tag: blume-20000702-manual |
Tag: blume-20000702-manual |
73 |
Description: |
Description: |
74 |
|
|
75 |
Small corrections and updates to CM manual. |
Small corrections and updates to CM manual. |
76 |
|
|
77 |
---------------------------------------------------------------------- |
---------------------------------------------------------------------- |
78 |
Name: Matthias Blumen |
Name: Matthias Blume |
79 |
Date: 2000/06/29 16:04:00 JST |
Date: 2000/06/29 16:04:00 JST |
80 |
Tag: blume-20000629-yacctool |
Tag: blume-20000629-yacctool |
81 |
Description: |
Description: |