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

Issue 7703007: Make instruction for write barrier smaller. (Closed)

Created:
9 years, 4 months ago by Michael Starzinger
Modified:
9 years, 4 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Make instruction for write barrier smaller. R=yangguo@chromium.org BUG=v8:1495 Committed: http://code.google.com/p/v8/source/detail?r=8978

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
Michael Starzinger
This fixes IA32 only. For X64 we already use the smaller version. For ARM we ...
9 years, 4 months ago (2011-08-22 09:03:41 UTC) #1
Yang
9 years, 4 months ago (2011-08-22 09:08:53 UTC) #2
LGTM.

On 2011/08/22 09:03:41, Michael Starzinger wrote:
> This fixes IA32 only. For X64 we already use the smaller version. For ARM we
> either use the ARMv7 "ubfx" instruction or a two-instruction supplement, in
both
> cases the mask fits into the immediate.

Powered by Google App Engine
This is Rietveld 408576698