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

Issue 12519044: code review 12519044: runtime: change int32 to intgo in maxstring and concatstring (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by r
Modified:
11 years, 7 months ago
Reviewers:
iant
CC:
golang-dev, dave_cheney.net, iant
Visibility:
Public.

Description

runtime: use correct types for maxstring and concatstring Updates issue 6046. This CL just does maxstring and concatstring. There are other functions to fix but doing them a few at a time will help isolate any (unlikely) breakages these changes bring up in architectures I can't test myself.

Patch Set 1 #

Total comments: 1

Patch Set 2 : diff -r 50c9f3544eed https://code.google.com/p/go/ #

Total comments: 1

Patch Set 3 : diff -r da11b2a1cbc1 https://code.google.com/p/go/ #

Patch Set 4 : diff -r da11b2a1cbc1 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -7 lines) Patch
M src/pkg/runtime/print.c View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/string.goc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 8
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 7 months ago (2013-08-06 12:04:19 UTC) #1
dave_cheney.net
https://codereview.appspot.com/12519044/diff/1/src/pkg/runtime/runtime.h File src/pkg/runtime/runtime.h (right): https://codereview.appspot.com/12519044/diff/1/src/pkg/runtime/runtime.h#newcode709 src/pkg/runtime/runtime.h:709: extern uint64 runtime·maxstring; Is it possible to make this ...
11 years, 7 months ago (2013-08-06 12:07:41 UTC) #2
r
I doubt this particular change will have much effect on ARM. In any case, uintptr ...
11 years, 7 months ago (2013-08-06 12:17:14 UTC) #3
iant
On 2013/08/06 12:17:14, r wrote: > I doubt this particular change will have much effect ...
11 years, 7 months ago (2013-08-06 13:03:38 UTC) #4
iant
https://codereview.appspot.com/12519044/diff/6001/src/pkg/runtime/print.c File src/pkg/runtime/print.c (right): https://codereview.appspot.com/12519044/diff/6001/src/pkg/runtime/print.c#newcode353 src/pkg/runtime/print.c:353: extern uint64 runtime·maxstring; Since maxstring is declared in runtime.h ...
11 years, 7 months ago (2013-08-06 13:07:16 UTC) #5
r
Hello golang-dev@googlegroups.com, dave@cheney.net, iant@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 7 months ago (2013-08-06 20:42:51 UTC) #6
iant
LGTM
11 years, 7 months ago (2013-08-06 20:47:02 UTC) #7
r
11 years, 7 months ago (2013-08-06 20:49:20 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=a1ad6d6d8ad4 ***

runtime: use correct types for maxstring and concatstring

Updates issue 6046.
This CL just does maxstring and concatstring. There are other functions
to fix but doing them a few at a time will help isolate any (unlikely)
breakages these changes bring up in architectures I can't test
myself.

R=golang-dev, dave, iant
CC=golang-dev
https://codereview.appspot.com/12519044
Sign in to reply to this message.

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