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

Issue 12289043: code review 12289043: bytes: move IndexByte assembly to pkg runtime (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by bradfitz
Modified:
10 years, 9 months ago
Reviewers:
r, dave
CC:
golang-dev, r
Visibility:
Public.

Description

bytes: move IndexByte assembly to pkg runtime Per suggestion from Russ in February. Then strings.IndexByte can be implemented in terms of the shared code in pkg runtime. Update Issue 3751

Patch Set 1 #

Patch Set 2 : diff -r a8f21dd4c92e https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 03265149ced8 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 03265149ced8 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+176 lines, -179 lines) Patch
R src/pkg/bytes/asm_386.s View 1 1 chunk +0 lines, -17 lines 0 comments Download
R src/pkg/bytes/asm_amd64.s View 1 1 chunk +0 lines, -91 lines 0 comments Download
R src/pkg/bytes/asm_arm.s View 1 1 chunk +0 lines, -56 lines 0 comments Download
A src/pkg/bytes/bytes.s View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/bytes/bytes_decl.go View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/asm_386.s View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M src/pkg/runtime/asm_amd64.s View 1 2 2 chunks +101 lines, -13 lines 0 comments Download
M src/pkg/runtime/asm_arm.s View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download

Messages

Total messages: 7
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 9 months ago (2013-08-01 22:31:19 UTC) #1
r
LGTM
10 years, 9 months ago (2013-08-01 22:35:08 UTC) #2
bradfitz
*** Submitted as https://code.google.com/p/go/source/detail?r=c8da77d7e912 *** bytes: move IndexByte assembly to pkg runtime Per suggestion from ...
10 years, 9 months ago (2013-08-01 23:11:22 UTC) #3
dave_cheney.net
On 2013/08/01 23:11:22, bradfitz wrote: > *** Submitted as https://code.google.com/p/go/source/detail?r=c8da77d7e912 *** > > bytes: move ...
10 years, 9 months ago (2013-08-01 23:41:48 UTC) #4
bradfitz
This just moves code. I didn't benchmark anything. Are you talking about something else or ...
10 years, 9 months ago (2013-08-01 23:43:30 UTC) #5
dave_cheney.net
I may have been thinking about the bytes.Equals unification that we tried in in Go ...
10 years, 9 months ago (2013-08-01 23:45:32 UTC) #6
dave_cheney.net
10 years, 9 months ago (2013-08-02 01:09:41 UTC) #7
Message was sent while issue was closed.
LGTM. Benchmarks are fine, sorry for the false alarm.
Sign in to reply to this message.

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