Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(670)

Issue 11852007: Optimize the emitted instruction of random function for X64 (Closed)

Created:
7 years, 11 months ago by weiliang.lin2
Modified:
7 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

Optimize the emitted instruction of random for X64

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -7 lines) Patch
M src/x64/assembler-x64.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 3 chunks +5 lines, -7 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
weiliang.lin2
7 years, 11 months ago (2013-01-11 04:41:25 UTC) #1
Jakob Kummerow
https://codereview.chromium.org/11852007/diff/1/src/x64/assembler-x64.h File src/x64/assembler-x64.h (right): https://codereview.chromium.org/11852007/diff/1/src/x64/assembler-x64.h#newcode422 src/x64/assembler-x64.h:422: explicit Operand(Register reg); On x64 so far, an Operand ...
7 years, 11 months ago (2013-01-11 17:43:38 UTC) #2
weiliang.lin2
On 2013/01/11 17:43:38, Jakob wrote: > https://codereview.chromium.org/11852007/diff/1/src/x64/assembler-x64.h > File src/x64/assembler-x64.h (right): > > https://codereview.chromium.org/11852007/diff/1/src/x64/assembler-x64.h#newcode422 > ...
7 years, 11 months ago (2013-01-12 13:55:30 UTC) #3
Sven Panne
Quick drive-by-comment: Every time a new instruction is added to the assembler, the disassembler *must* ...
7 years, 11 months ago (2013-01-15 11:34:45 UTC) #4
Jakob Kummerow
On 2013/01/15 11:34:45, Sven Panne wrote: > Quick drive-by-comment: Every time a new instruction is ...
7 years, 11 months ago (2013-01-15 12:26:48 UTC) #5
Jakob Kummerow
7 years, 11 months ago (2013-01-17 13:34:12 UTC) #6
Patch set 3 LGTM, landing (again).

For the record, patch set 2 was landed and then reverted due to crashing on
Win64. Patch set 3 is supposed to fix that problem.

Powered by Google App Engine
This is Rietveld 408576698