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

Issue 9649027: Inline inequality compares of strings into CompareICStub. (Closed)

Created:
8 years, 9 months ago by Yang
Modified:
8 years, 9 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Inline inequality compares of strings into CompareICStub instead of jumping into the CompareStub that handles the generic case. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=10988

Patch Set 1 #

Patch Set 2 : Ported to ia32 and x64. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -46 lines) Patch
M src/arm/code-stubs-arm.cc View 1 2 chunks +26 lines, -13 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 4 chunks +29 lines, -16 lines 0 comments Download
M src/ic.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 4 chunks +27 lines, -15 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
PTAL.
8 years, 9 months ago (2012-03-09 11:00:47 UTC) #1
Yang
On 2012/03/09 11:00:47, Yang wrote: > PTAL. This is just for ia32 btw. I still ...
8 years, 9 months ago (2012-03-09 11:03:42 UTC) #2
rossberg
lgtm
8 years, 9 months ago (2012-03-09 11:05:45 UTC) #3
Yang
On 2012/03/09 11:05:45, rossberg wrote: > lgtm Added x64 and arm ports. Please take another ...
8 years, 9 months ago (2012-03-09 11:30:58 UTC) #4
rossberg
8 years, 9 months ago (2012-03-09 11:43:23 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698