We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6672ac1 commit 246df64Copy full SHA for 246df64
CHANGES.md
@@ -30,9 +30,11 @@
30
* Compiler: improve deadcode optimization (#1963, #1962, #1967)
31
* Compiler: improve coloring optimization (#1971, #1984, #1986, #1989)
32
* Compiler: faster constant sharing (#1988)
33
+* Compiler: faster wat output (#1992)
34
+* Compiler: faster js code generation (#1985)
35
* Compiler: more efficient code generation from bytecode (#1972)
36
* Runtime: use Dataview to convert between floats and bit representation
-* Compiler: speed-up compilation by improving the scheduling of optimization passes (#1962)
37
+* Compiler: speed-up compilation by improving the scheduling of optimization passes (#1962, #2001)
38
* Compiler: deadcode elimination of cyclic values (#1978)
39
* Compiler: directly write Wasm binary modules (#2000, #2003)
40
0 commit comments