|
|
|
1 |
S M L / N J |
S M L / N J |
2 |
|
|
3 |
1 1 0 . 3 3 N E W S |
1 1 0 . 3 3 N E W S |
15 |
|
|
16 |
Summary: |
Summary: |
17 |
|
|
18 |
|
This version will build under Mac OS X. |
19 |
|
|
20 |
This version is being used to introduce the new experimental C FFI |
This version is being used to introduce the new experimental C FFI |
21 |
(currently only available for x86/Linux) and to check point a number |
(currently only available for x86/Linux) and to check point a number |
22 |
of changes to MLRISC. |
of changes to MLRISC. |
34 |
|
|
35 |
-------------------------------- |
-------------------------------- |
36 |
|
|
37 |
|
Mac OS X: |
38 |
|
|
39 |
|
- This version will build under the new Apple Mac OS X |
40 |
|
operating system. |
41 |
|
|
42 |
MLRISC: |
MLRISC: |
43 |
|
|
44 |
- infinite precision throughout |
- infinite precision throughout |
46 |
(This was needed for a correct implementation of raw C calls, |
(This was needed for a correct implementation of raw C calls, |
47 |
but it should also come in handy for clients of MLRISC other |
but it should also come in handy for clients of MLRISC other |
48 |
than SML/NJ. Currently x86 only.) |
than SML/NJ. Currently x86 only.) |
49 |
|
- see http://cm.bell-labs.com/cm/cs/what/smlnj/compiler-notes |
50 |
- support for alternative control-flow in MLTREE |
- support for alternative control-flow in MLTREE |
51 |
- other API changes |
- other API changes |
52 |
- bug fixes |
- bug fixes |
81 |
src/ml-nlffi-lib --- support library |
src/ml-nlffi-lib --- support library |
82 |
src/ml-nlffigen --- glue code generator |
src/ml-nlffigen --- glue code generator |
83 |
- some preliminary documentation under src/ml-nlffi-lib/Doc |
- some preliminary documentation under src/ml-nlffi-lib/Doc |
84 |
|
(The tar file for this will be retrieved only if you enable |
85 |
|
ml-nlffi-lib in config/targets. Be sure to do this only on |
86 |
|
x86/Linux platforms, though. If you use a different platform |
87 |
|
and want to look at the source or the documentation, fetch |
88 |
|
the tar file by hand.) |
89 |
|
|
90 |
smlnj-lib: |
smlnj-lib: |
91 |
|
|
110 |
(falls back to config/targets if not) |
(falls back to config/targets if not) |
111 |
- makeml verbosity level controllable via MAKEML_VERBOSITY |
- makeml verbosity level controllable via MAKEML_VERBOSITY |
112 |
or command line switch |
or command line switch |
113 |
|
- This version should build under the new Apple Mac OS X |
114 |
|
operating system. |
115 |
|
|