]> Cypherpunks repositories - gostls13.git/commit
doc: update /doc/asm compiler output example
authorRuss Cox <rsc@golang.org>
Tue, 7 May 2019 16:17:05 +0000 (12:17 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 8 May 2019 15:21:11 +0000 (15:21 +0000)
commitbc0c0770941acc3da196ce55cb55e083a05c91c4
treeb7efc51dd74330039d3e4c2df1a6909c39ab687d
parentbc588d4d921ba85affbdab5eafddd840d2ea84b5
doc: update /doc/asm compiler output example

The compiler output shown in the doc is now quite old
(most of the changes happened in Go 1.5).
Update it to be more like what users will actually see.

Also explain how to get literal machine code again.

Prompted by #30968.

Change-Id: I0ce139c3fe299ccc43e85b6aca81c6e0aac1a2df
Reviewed-on: https://go-review.googlesource.com/c/go/+/175757
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
doc/asm.html