mirror of
https://github.com/ziglang/zig.git
synced 2024-11-24 05:10:20 +00:00
Updated Self Hosted Compiler Upgrade Guide (markdown)
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.
|
||||
|
Loading…
Reference in New Issue
Block a user