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

Issue 139080043: code review 139080043: runtime: unify fastrand1 and fastrand2 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 7 months ago by khr
Modified:
9 years, 7 months ago
Reviewers:
bradfitz
CC:
golang-codereviews, bradfitz
Visibility:
Public.

Description

runtime: unify fastrand1 and fastrand2 C and Go calling conventions are now compatible, so we don't need two versions of this function.

Patch Set 1 #

Patch Set 2 : diff -r 25cb9931bec9a40fc4626034c38db9b8a149ada7 https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 3 : diff -r 25cb9931bec9a40fc4626034c38db9b8a149ada7 https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 4 : diff -r 25cb9931bec9a40fc4626034c38db9b8a149ada7 https://khr%40golang.org@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -26 lines) Patch
M src/pkg/runtime/alg.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/asm_386.s View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/asm_amd64.s View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/asm_amd64p32.s View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/asm_arm.s View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/hashmap.go View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/malloc.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/runtime.c View 1 1 chunk +0 lines, -13 lines 0 comments Download
M src/pkg/runtime/select.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/stubs.go View 1 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 3
khr
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://khr%40golang.org@code.google.com/p/go/
9 years, 7 months ago (2014-09-02 21:19:51 UTC) #1
bradfitz
LGTM On Tue, Sep 2, 2014 at 2:19 PM, <khr@golang.org> wrote: > Reviewers: golang-codereviews, > ...
9 years, 7 months ago (2014-09-02 21:22:20 UTC) #2
khr
9 years, 7 months ago (2014-09-02 21:33:36 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=3d5b33a2459d ***

runtime: unify fastrand1 and fastrand2

C and Go calling conventions are now compatible, so we
don't need two versions of this function.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/139080043
Sign in to reply to this message.

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