mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 23:23:07 +00:00
block statements are now directly following the Block AST node rather than a singly linked list. This had negligible impact on performance: throughput: 72.3 MiB/s => 72.7 MiB/s however it greatly improves the API since the statements are laid out in a flat array in memory.