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

Issue 183139: code review 183139: 8g: float->uint64 conversion optimization (Closed)

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

Description

8g: float->uint64 conversion optimization Using FUCOMIP instead of the FUCOMP-FSTSW-SAHF sequence gives better performance and saves code space.

Patch Set 1 #

Patch Set 2 : code review 183139: 8g: float->uint64 conversion optimization #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -9 lines) Patch
M src/cmd/8g/gsubr.c View 2 chunks +3 lines, -9 lines 0 comments Download

Messages

Total messages: 4
eds
Hello (cc: golang-dev@googlegroups.com), I'd like you to review the following change.
15 years, 2 months ago (2010-01-07 03:06:13 UTC) #1
rsc1
LGTM Thank you!
15 years, 2 months ago (2010-01-07 03:22:25 UTC) #2
rsc
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 2 months ago (2010-01-07 03:28:19 UTC) #3
rsc
15 years, 2 months ago (2010-01-07 03:28:21 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=bd9f50ab63c3 ***

8g: float->uint64 conversion optimization

Using FUCOMIP instead of the FUCOMP-FSTSW-SAHF sequence gives better performance
and saves code space.

R=rsc
CC=golang-dev
http://codereview.appspot.com/183139

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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