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

Issue 11889007: Add back ascii fast path for toupper/tolower (Closed)

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

Description

Add back ascii fast path for toupper/tolower R=yangguo@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=13376

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -4 lines) Patch
M src/runtime.cc View 9 chunks +46 lines, -4 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Yang
LGTM, but I got one comment. https://codereview.chromium.org/11889007/diff/1/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/11889007/diff/1/src/runtime.cc#newcode5910 src/runtime.cc:5910: if ((or_acc & ...
7 years, 11 months ago (2013-01-14 15:56:51 UTC) #1
Yang
On 2013/01/14 15:56:51, Yang wrote: > LGTM, but I got one comment. > > https://codereview.chromium.org/11889007/diff/1/src/runtime.cc ...
7 years, 11 months ago (2013-01-14 16:47:07 UTC) #2
drcarney
I modelled this after the webkit version of the same functions. I think leaving this ...
7 years, 11 months ago (2013-01-15 08:02:38 UTC) #3
Yang
7 years, 11 months ago (2013-01-15 09:22:22 UTC) #4
Message was sent while issue was closed.
On 2013/01/15 08:02:38, dcarney wrote:
> I modelled this after the webkit version of the same functions.  I think
leaving
> this is okay for now, but I don't care either way.  Everywhere
> V8_HOST_CAN_READ_UNALIGNED appears we potentially have big performance
> differences on arm. Maybe we should get rid of this difference first.

Landed.

Powered by Google App Engine
This is Rietveld 408576698