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

Issue 19514004: In MacroAssembler::JumpIfNotBothSequentialAsciiStrings a custom mask (Closed)

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

Description

In MacroAssembler::JumpIfNotBothSequentialAsciiStrings a custom mask helps us decide if we have two ascii strings. We don't care if they are internalized or not. A few days ago we flipped the meaning of the internalized bit in INSTANCE_TYPE, and that broke this custom mask. This CL effects a repair. BUG= R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15797

Patch Set 1 #

Total comments: 6

Patch Set 2 : Update after comments with fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -12 lines) Patch
M src/arm/macro-assembler-arm.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
mvstanton
Hi Yang, here is the additional fix needed for the recent internalized string change. Thanks! ...
7 years, 5 months ago (2013-07-22 08:49:15 UTC) #1
Yang
Got some comments. It would be great if you could audit all the uses of ...
7 years, 5 months ago (2013-07-22 09:09:46 UTC) #2
mvstanton
Hi Yang, thanks for the push to look harder. The audit found another issue in ...
7 years, 5 months ago (2013-07-22 09:40:17 UTC) #3
Yang
On 2013/07/22 09:40:17, mvstanton wrote: > Hi Yang, thanks for the push to look harder. ...
7 years, 5 months ago (2013-07-22 09:46:06 UTC) #4
mvstanton
7 years, 5 months ago (2013-07-22 09:55:21 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r15797 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698