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

Issue 21521002: Use test(reg, imm) when the operand is a register on ia32 (Closed)

Created:
7 years, 4 months ago by weiliang.lin2
Modified:
7 years, 4 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Use test(reg, imm) when the operand is a register on ia32 R=jkummerow@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=16020

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M src/ia32/assembler-ia32.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
weiliang.lin2
reduce code size
7 years, 4 months ago (2013-08-01 10:42:10 UTC) #1
Jakob Kummerow
Why not move this logic into void Assembler::test(const Operand& op, const Immediate& imm) in assembler-ia32.cc, ...
7 years, 4 months ago (2013-08-01 11:28:36 UTC) #2
weiliang.lin2
On 2013/08/01 11:28:36, Jakob wrote: > Why not move this logic into void Assembler::test(const Operand& ...
7 years, 4 months ago (2013-08-01 13:15:12 UTC) #3
Jakob Kummerow
LGTM, I'll land.
7 years, 4 months ago (2013-08-02 08:29:44 UTC) #4
Jakob Kummerow
7 years, 4 months ago (2013-08-02 08:55:31 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r16020 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698