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

Issue 429433002: Revert r174506 (Closed)

Created:
6 years, 4 months ago by haraken
Modified:
6 years, 4 months ago
Reviewers:
dcarney, adamk
CC:
abarth-chromium, arv+blink, blink-reviews, blink-reviews-bindings_chromium.org
Project:
blink
Visibility:
Public.

Description

Revert r174506 r174506 replaced toV8Context() with v8::Object::CreationContext(), and it caused 16% regression in dromaeo.jslibeventjquery. This is because v8::Object::CreationContext() is slow. This CL reverts the change. BUG=383926 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179085

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -2 lines) Patch
M Source/bindings/core/v8/custom/V8WindowCustom.cpp View 1 2 chunks +14 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
haraken
PTAL
6 years, 4 months ago (2014-07-28 22:53:24 UTC) #1
adamk
Have you confirmed this locally? I'm pretty surprised that CreationContext() is slow. Here's the source ...
6 years, 4 months ago (2014-07-28 23:14:42 UTC) #2
haraken
On 2014/07/28 23:14:42, adamk wrote: > Have you confirmed this locally? I'm pretty surprised that ...
6 years, 4 months ago (2014-07-28 23:51:04 UTC) #3
adamk
lgtm, I suppose, but it'd be nice to understand what dromaeo.jslibeventjquery is doing that makes ...
6 years, 4 months ago (2014-07-28 23:55:58 UTC) #4
haraken
On 2014/07/28 23:55:58, adamk wrote: > lgtm, I suppose, but it'd be nice to understand ...
6 years, 4 months ago (2014-07-29 00:11:45 UTC) #5
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 4 months ago (2014-07-29 00:11:48 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/429433002/20001
6 years, 4 months ago (2014-07-29 00:12:27 UTC) #7
commit-bot: I haz the power
Change committed as 179085
6 years, 4 months ago (2014-07-29 02:22:50 UTC) #8
abarth-chromium
6 years, 4 months ago (2014-07-29 17:10:47 UTC) #9
On Mon Jul 28 2014 at 4:14:43 PM <adamk@chromium.org> wrote:

> Have you confirmed this locally? I'm pretty surprised that
> CreationContext() is slow.


We've seen it be slow in the past.  At one point I added a bunch of
machinery to avoid calling it extra times and made dromeo faster.

Adam

To unsubscribe from this group and stop receiving emails from it, send an email
to blink-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698