Skip to content

Commit

Permalink
doc: add inlining overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
changkun committed Dec 29, 2023
1 parent 94ae5dc commit 5ccd9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,7 @@ Error handling includes two separate works: error values and error formatting. H
- [design/go19inlining](https://go.dev/design/19348-midstack-inlining) David Lazar, Austin Clements. Proposal: Mid-stack inlining in the Go compiler.
+ [issue/19348](https://go.dev/issue/19348) cmd/compile: enable mid-stack inlining.
+ [talk/go19inliningtalk](https://go.dev/s/go19inliningtalk) David Lazar. Mid-stack inlining in the Go compiler
- [design/go122inlining](https://docs.google.com/document/d/1a6p7-nbk5PVyM1S2tmccFrrIuGzCyzclstBtaciHxVw/edit#heading=h.o82v9r2rjlej) Go 1.22 inlining overhaul
- [design/dwarf-inlining](https://go.dev/design/22080-dwarf-inlining) Than McIntosh. Proposal: emit DWARF inlining info in the Go compiler. 2017-10-23.
+ [issue/22080](https://go.dev/issue/22080) cmd/compile: generated DWARF inlining info
- [issue/23109](https://go.dev/issue/23109) cmd/compile: rewrite escape analysis.
Expand Down

0 comments on commit 5ccd9ca

Please sign in to comment.