@@ -3,13 +3,10 @@ ______ ______ __ _ ______ ______ ______ _____ ______ ______ _ _ ______ _
3
3
| | |_____ | \_| |_____ | | _____| __|__ _____| _____| |____| |_____ _____|
4
4
5
5
-- stable rev burndown --------
6
- x86-64-darwin stable binary
7
- Set -shadow-stack-size=128k for wasm targets
8
- get GC tests running for wasm targets
9
- fix LSRA for critical edge cases
10
- fix all crashes with -dwarf
11
6
12
7
-- next rev -------------
8
+ fix LSRA for critical edge cases
9
+ Set -shadow-stack-size=128k for wasm targets
13
10
wasi target
14
11
stable wasm-linux or wasm-wave target
15
12
wave/linux implementation
@@ -46,7 +43,6 @@ ______ ______ __ _ ______ ______ ______ _____ ______ ______ _ _ ______ _
46
43
encoding of struct, array, func types
47
44
48
45
-- aeneas sucks -----
49
- Enum.set.view(int) and int.view(Enum.set)
50
46
names for synthesized functions (e.g. Class.==, byte.!<int>)
51
47
Do in-place specialization and normalization
52
48
move IntNormalizer into reachability/norm phase instead of mach lowering
@@ -103,14 +99,15 @@ ______ ______ __ _ ______ ______ ______ _____ ______ ______ _ _ ______ _
103
99
move normalization of integers into Reachability/Normalization phase
104
100
cache normalizations for tuples in MachProgram
105
101
introduce NormGetReturnElem
106
- Insert VariantReplaceNull in VstSsaGen?
107
102
better error messages for wrong number of arguments
108
103
better error messages for type errors in array literals
109
104
error messages for comparing with out-of-range integer literals
110
105
generate self-executing JAR (shell script with JAR appended)
111
106
debugger: allow fuzzy match of files / line
112
107
immutable arrays
113
108
-- done -------
109
+ * fix all crashes with -dwarf
110
+ * get GC tests running for wasm targets
114
111
* make SsaInterpreter default
115
112
* implement big-endian layouts
116
113
* debugger: list files
0 commit comments