documentation changes
[cacao.git] / NEWS
1 * About this file
2 =================
3
4 This file lists the most important changes for each official as well as
5 internal release of cacao.  See the "ChangeLog" for a more detailed list of
6 all the changes in the code.
7
8 * Version 0.40 (released)
9 =========================
10
11 ** mips port
12 ------------
13
14 Now runs on some SGI systems, which are based on the mips architecture.
15
16 ** multiple bug fixes
17 ---------------------
18
19 Even more java programs work as expected!
20
21
22 * Version 0.35 (experimental)
23 =============================
24
25 ** autoconf, automake support
26 -----------------------------
27
28 Finally moved the entire distribution to autoconf/automake. This should fix
29 some of our problems with supporting different compilers. Thread support and
30 the use of the new garbage collector can be enabled/disabled from using
31 configure arguments:
32
33         --enable-threads [default]
34         --disable-threads
35
36         --enable-gc2 [default]
37         --disable-gc2
38
39 ** new garbage collector
40 ------------------------
41
42 Included the new garbage collector as default garbage collector. 
43
44 * Version 0.30 (released)
45 =========================
46
47 Added unlimited stack for GC and main thread. 
48 Some optimzations for instructions which operate on constants. 
49
50 * Version 0.20 (released)
51 =========================
52
53 Hardware null pointer check added, fixed severe errors in GC/Threads, type
54 check and IEEE arithmetic.
55
56 * Version 0.20beta (can't remember)
57 =========================
58
59 There is a completely new JIT compiler which is about 7 times faster and
60 produces better code. 
61 Multithreading is now supported. 
62 A lot of bugs have been fixed.
63
64 * Version 0.10 (ancient history)
65 ==============
66
67 The initial version included the old JIT and support for lang, util and io.
68
69 ----------------------------------------------------------------------------
70 Local variables:
71 mode: outline
72 fill-column: 76
73 End: