aboutsummaryrefslogtreecommitdiff
path: root/lib/std/unicode.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-06-28 19:39:54 -0400
committerAndrew Kelley <andrew@ziglang.org>2020-06-28 19:45:10 -0400
commitaa92446365b97e167c4162122c66a02b4cbca031 (patch)
tree1844fc64f41303478182e86cb7dca5aad956dab0 /lib/std/unicode.zig
parente120b07a524f1accd4975f5206018c61c4be9345 (diff)
downloadzig-aa92446365b97e167c4162122c66a02b4cbca031.tar.gz
zig-aa92446365b97e167c4162122c66a02b4cbca031.zip
stage2: implement function parameters
In codegen.zig, the std.Target.Cpu.Arch is now generally available as a comptime value where needed. This is a tradeoff that causes the compiler binary to be more bloated, but gives us higher performance, since the optimizer can optimize per architecture (which is usually how compilers are designed anyway, with different code per-architecture), and it also allows us to use per-architecture types, such as a Register enum that is specific to the comptime-known architecture. Adds abiSize method to Type.
Diffstat (limited to 'lib/std/unicode.zig')
0 files changed, 0 insertions, 0 deletions