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

Delta Between Two Patch Sets: src/pkg/runtime/arch_amd64.h

Issue 35990043: code review 35990043: runtime: add support for GOOS=solaris
Left Patch Set: diff -r 6835745cc243 https://code.google.com/p/go Created 11 years, 4 months ago
Right Patch Set: diff -r ff8459d06e3f https://code.google.com/p/go Created 11 years, 2 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:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 // Copyright 2011 The Go Authors. All rights reserved. 1 // Copyright 2011 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 enum { 5 enum {
6 thechar = '6', 6 thechar = '6',
7 BigEndian = 0, 7 BigEndian = 0,
8 CacheLineSize = 64, 8 CacheLineSize = 64,
9 #ifdef GOOS_solaris
10 RuntimeGogoBytes = 80,
11 #else
9 RuntimeGogoBytes = 64, 12 RuntimeGogoBytes = 64,
13 #endif
10 PCQuantum = 1 14 PCQuantum = 1
11 }; 15 };
LEFTRIGHT

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