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

Issue 157062: code review 157062: big: implement 386 assembly routines (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 7 months ago by rsc
Modified:
15 years, 7 months ago
Reviewers:
agl1
CC:
golang-dev, gri
Visibility:
Public.

Description

big: implement 386 assembly routines 7x speedup on big and crypto/rsa unit tests. also dropped useAsm in favor of making the asm stubs jump to the Go versions.

Patch Set 1 #

Patch Set 2 : code review 157062: big: implement 386 assembly routines #

Total comments: 1

Patch Set 3 : code review 157062: big: implement 386 assembly routines #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -29 lines) Patch
M src/pkg/big/arith.go View 1 chunk +11 lines, -13 lines 0 comments Download
M src/pkg/big/arith_386.s View 1 2 1 chunk +158 lines, -4 lines 0 comments Download
M src/pkg/big/arith_amd64.s View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M src/pkg/big/arith_arm.s View 1 2 1 chunk +15 lines, -7 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello agl1 (cc: golang-dev@googlegroups.com, gri), I'd like you to review the following change.
15 years, 7 months ago (2009-11-18 08:20:47 UTC) #1
agl1
LGTM http://codereview.appspot.com/157062/diff/1001/10 File src/pkg/big/arith.go (right): http://codereview.appspot.com/157062/diff/1001/10#newcode303 src/pkg/big/arith.go:303: //return; We seem to have the worst of ...
15 years, 7 months ago (2009-11-18 17:51:15 UTC) #2
rsc
15 years, 7 months ago (2009-11-18 17:54:53 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=de00a1e262a7 ***

big: implement 386 assembly routines
7x speedup on big and crypto/rsa unit tests.
also dropped useAsm in favor of making the
asm stubs jump to the Go versions.

R=agl1
CC=golang-dev, gri
http://codereview.appspot.com/157062
Sign in to reply to this message.

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