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

Issue 2795041: code review 2795041: regexp: eliminate vector in favor of append. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 8 months ago by r
Modified:
14 years, 8 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

regexp: eliminate vector in favor of append.

Patch Set 1 #

Total comments: 2

Patch Set 2 : code review 2795041: regexp: eliminate vector in favor of append. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -29 lines) Patch
M src/pkg/regexp/regexp.go View 1 15 chunks +25 lines, -29 lines 0 comments Download

Messages

Total messages: 3
r
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 8 months ago (2010-10-28 22:14:06 UTC) #1
rsc1
LGTM http://codereview.appspot.com/2795041/diff/1/src/pkg/regexp/regexp.go File src/pkg/regexp/regexp.go (right): http://codereview.appspot.com/2795041/diff/1/src/pkg/regexp/regexp.go#newcode607 src/pkg/regexp/regexp.go:607: for i := 0; i < len(re.inst); i++ ...
14 years, 8 months ago (2010-10-28 22:24:22 UTC) #2
r
14 years, 8 months ago (2010-10-28 22:54:04 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=357243e7c3c2 ***

regexp: eliminate vector in favor of append.

R=rsc
CC=golang-dev
http://codereview.appspot.com/2795041
Sign in to reply to this message.

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