runtime: cleanup: use ArgsSizeUnknown to mark all functions
whose argument size is unknown (C vararg functions, and
assembly code without an explicit specification).
We used to use 0 to mean "unknown" and 1 to mean "zero".
Now we use ArgsSizeUnknown (0x80000000) to mean "unknown".
LGTM Thanks very much. https://codereview.appspot.com/11590043/diff/13001/src/cmd/5a/a.h File src/cmd/5a/a.h (right): https://codereview.appspot.com/11590043/diff/13001/src/cmd/5a/a.h#newcode130 src/cmd/5a/a.h:130: // This value is known ...
11 years, 8 months ago
(2013-07-19 17:48:50 UTC)
#2
*** Submitted as https://code.google.com/p/go/source/detail?r=522153101e0f *** runtime: cleanup: use ArgsSizeUnknown to mark all functions whose argument ...
11 years, 8 months ago
(2013-07-19 18:19:21 UTC)
#3
*** Submitted as https://code.google.com/p/go/source/detail?r=522153101e0f ***
runtime: cleanup: use ArgsSizeUnknown to mark all functions
whose argument size is unknown (C vararg functions, and
assembly code without an explicit specification).
We used to use 0 to mean "unknown" and 1 to mean "zero".
Now we use ArgsSizeUnknown (0x80000000) to mean "unknown".
R=golang-dev, rsc
CC=golang-dev
https://codereview.appspot.com/11590043
Issue 11590043: code review 11590043: runtime: cleanup: use ArgsSizeUnknown to mark all functions
(Closed)
Created 11 years, 8 months ago by khr
Modified 11 years, 8 months ago
Reviewers:
Base URL:
Comments: 4