Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(123)

Delta Between Two Patch Sets: doc/go_spec.html

Issue 160200044: [dev.power64] code review 160200044: build: merge default into dev.power64 (Closed)
Left Patch Set: diff -r be0c14f62257b42485019e9e1db23cf40d2e249f https://code.google.com/p/go Created 10 years, 4 months ago
Right Patch Set: diff -r be0c14f62257b42485019e9e1db23cf40d2e249f https://code.google.com/p/go Created 10 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « doc/go1compat.html ('k') | include/link.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 <!--{ 1 <!--{
2 "Title": "The Go Programming Language Specification", 2 "Title": "The Go Programming Language Specification",
3 "Subtitle": "Version of August 28, 2014", 3 "Subtitle": "Version of August 28, 2014",
4 "Path": "/ref/spec" 4 "Path": "/ref/spec"
5 }--> 5 }-->
6 6
7 <!-- 7 <!--
8 TODO 8 TODO
9 [ ] need language about function/method calls and parameter passing rules 9 [ ] need language about function/method calls and parameter passing rules
10 [ ] last paragraph of #Assignments (constant promotion) should be elsewhere 10 [ ] last paragraph of #Assignments (constant promotion) should be elsewhere
(...skipping 6192 matching lines...) Expand 10 before | Expand all | Expand 10 after
6203 </li> 6203 </li>
6204 6204
6205 <li>For a variable <code>x</code> of array type: <code>unsafe.Alignof(x)</code> is the same as 6205 <li>For a variable <code>x</code> of array type: <code>unsafe.Alignof(x)</code> is the same as
6206 <code>unsafe.Alignof(x[0])</code>, but at least 1. 6206 <code>unsafe.Alignof(x[0])</code>, but at least 1.
6207 </li> 6207 </li>
6208 </ol> 6208 </ol>
6209 6209
6210 <p> 6210 <p>
6211 A struct or array type has size zero if it contains no fields (or elements, resp ectively) that have a size greater than zero. Two distinct zero-size variables m ay have the same address in memory. 6211 A struct or array type has size zero if it contains no fields (or elements, resp ectively) that have a size greater than zero. Two distinct zero-size variables m ay have the same address in memory.
6212 </p> 6212 </p>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b