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

Issue 135280043: code review 135280043: runtime: don't allocate a new string in snprintf (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by 0intro
Modified:
9 years, 8 months ago
Reviewers:
gobot, iant
CC:
rsc, mattn, iant, golang-codereviews
Visibility:
Public.

Description

runtime: don't allocate a new string in snprintf This fixes the Plan 9 build. Fix issue 8621.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/pkg/runtime/print1.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
0intro
Hello rsc (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
9 years, 8 months ago (2014-09-02 12:28:56 UTC) #1
mattn
Does it works well without race condition?
9 years, 8 months ago (2014-09-02 12:48:25 UTC) #2
0intro
> Does it works well without race condition? No, it never works. I'm not sure ...
9 years, 8 months ago (2014-09-02 13:03:24 UTC) #3
iant
LGTM
9 years, 8 months ago (2014-09-02 13:33:53 UTC) #4
0intro
Hello rsc@golang.org, mattn.jp@gmail.com, iant@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
9 years, 8 months ago (2014-09-02 22:39:39 UTC) #5
iant
On 2014/09/02 22:39:39, 0intro wrote: > Hello mailto:rsc@golang.org, mailto:mattn.jp@gmail.com, mailto:iant@golang.org (cc: > mailto:golang-codereviews@googlegroups.com), > > ...
9 years, 8 months ago (2014-09-02 22:46:47 UTC) #6
0intro
*** Submitted as https://code.google.com/p/go/source/detail?r=70fadda83be4 *** runtime: don't allocate a new string in snprintf This fixes ...
9 years, 8 months ago (2014-09-02 22:56:58 UTC) #7
0intro
> Did you change anything since the LGTM? I don't see a difference. Sorry, wrong ...
9 years, 8 months ago (2014-09-02 22:59:47 UTC) #8
gobot
9 years, 8 months ago (2014-09-03 01:39:46 UTC) #9
Message was sent while issue was closed.
This CL appears to have broken the linux-arm-panda builder.
See http://build.golang.org/log/388b304f2944942bb77e5da4b513e2c85b55d6ae
Sign in to reply to this message.

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