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

Issue 11857015: Remove move ascii data hint for one byte strings (Closed)

Created:
7 years, 11 months ago by drcarney
Modified:
7 years, 11 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Remove move ascii data hint for one byte strings This is mostly a rollback of r12966 [Make kAsciiDataHintTag have correct semantics for all both 1 and 2 byte string types.] R=yangguo@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=13375

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -47 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +5 lines, -7 lines 0 comments Download
M src/objects.h View 1 chunk +10 lines, -17 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +9 lines, -14 lines 0 comments Download
M test/cctest/test-api.cc View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Yang
7 years, 11 months ago (2013-01-14 15:17:31 UTC) #1
LGTM. Landing.

Powered by Google App Engine
This is Rietveld 408576698