]> Cypherpunks.ru repositories - gostls13.git/commit
[dev.regabi] cmd/compile/internal: add internal ABI specification
authorAustin Clements <austin@google.com>
Thu, 21 Jan 2021 15:19:21 +0000 (10:19 -0500)
committerAustin Clements <austin@google.com>
Mon, 25 Jan 2021 19:34:43 +0000 (19:34 +0000)
commitcabffc199d6d71611c589fb21da27c61d683194d
treecd62aa266ba904a32fdc3172df32ac3b25ffce26
parent6a4739ccc5198449d58d2e90a040c4fb908b3cb0
[dev.regabi] cmd/compile/internal: add internal ABI specification

This adds a document specifying the internal ABI (specifically the
calling convention). This document lives in the Go tree (rather than
the proposal repository) because the intent is for it to track the
reality in the compiler.

Updates #40724.

Change-Id: I583190080cd7d8cb1084f616fd1384d0f1f25725
Reviewed-on: https://go-review.googlesource.com/c/go/+/285292
Trust: Austin Clements <austin@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal-abi.md [new file with mode: 0644]