diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-07-07 00:39:23 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-07-07 00:39:23 -0700 |
| commit | 13f04e3012b6b2eee141923f9780fce55f7a999d (patch) | |
| tree | fd8d164d7926d76a1e967b89283322ee6ad88bb0 /src/stage1/errmsg.cpp | |
| parent | d481acc7dbebb5501b5fef608ee1f6b13c442c6a (diff) | |
| download | zig-13f04e3012b6b2eee141923f9780fce55f7a999d.tar.gz zig-13f04e3012b6b2eee141923f9780fce55f7a999d.zip | |
stage2: implement `@panic` and beginnigs of inferred error sets
* ZIR: add two instructions:
- ret_err_value_code
- ret_err_value
* AstGen: add countDefers and utilize it to emit more efficient ZIR for
return expressions in the presence of defers.
* AstGen: implement |err| payloads for `errdefer` syntax.
- There is not an "unused capture" error for it yet.
* AstGen: `return error.Foo` syntax gets a hot path in return
expressions, using the new ZIR instructions. This also is part of
implementing inferred error sets, since we need to tell Sema to add
an error value to the inferred error set before it gets coerced.
* Sema: implement `@setCold`.
- Implement `@setCold` support for C backend.
* `@panic` and regular safety panics such as `unreachable` now properly
invoke `std.builtin.panic`.
* C backend: improve pointer and function value rendering.
* C linker: fix redundant typedefs.
* Add Type.error_set_inferred.
* Fix Value.format for enum_literal, enum_field_index, bytes.
* Remove the C backend test that checks for identical text
I measured a 14% reduction in Total ZIR Bytes from master branch
for std/os.zig.
Diffstat (limited to 'src/stage1/errmsg.cpp')
0 files changed, 0 insertions, 0 deletions
