]> Cypherpunks repositories - gostls13.git/commit
runtime: expand/update lfstack address space assumptions
authorAustin Clements <austin@google.com>
Sun, 3 Dec 2017 23:08:57 +0000 (18:08 -0500)
committerAustin Clements <austin@google.com>
Thu, 15 Feb 2018 21:12:09 +0000 (21:12 +0000)
commit981d0495b7ed6e1a5fb0fba818bdc2bf9d4b13fa
tree8e0b2374e215444cd65be6e75f17ab3005752b8e
parent51932c326f1278a5ab48dac7d7c27799d595b135
runtime: expand/update lfstack address space assumptions

I was spelunking Linux's address space code and found that some of the
information about maximum virtual addresses in lfstack's comments was
out of date. This expands and updates the comment.

Change-Id: I9f54b23e6b266b3c5cc20259a849231fb751f6e7
Reviewed-on: https://go-review.googlesource.com/85875
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/lfstack_64bit.go