Updated Self Hosted Compiler Upgrade Guide (markdown)

Andrew Kelley 2022-08-19 22:13:49 -04:00
parent 8212037545
commit 2d79eb24d2

@ -19,7 +19,7 @@ In between now and 0.10.0, the Zig team will do our best to address real world b
### Improvements Over Stage1
* Many bugs are fixed, which could never be fixed due to fundamental design flaws in stage1.
* Many bugs are fixed, which could never be fixed in stage1 due to fundamental design flaws.
* Performance is noticeably improved. For Zig itself, we observe 1.5x speed in building itself.
* Memory usage is improved by a factor of about 3x. For Zig itself, building self-hosted went from using 9.1 GiB to 2.7 GiB.
* The LLVM code generated is better. LLVM has an easier time optimizing. You likely will have small improvements in perf of your project.