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

Issue 13828008: Second part of moving V8 Binding Integrity off of vtables. (Closed)

Created:
7 years, 8 months ago by Tom Sepez
Modified:
7 years, 8 months ago
CC:
blink-reviews, Nate Chapin, abarth-chromium
Visibility:
Public.

Description

Second part of moving V8 Binding Integrity off of vtables. Implements the wrappertypeinfo in scriptwrappable technique, but does not perform the binding integrity check. BUG=226633 R=abarth@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=148737

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 2

Patch Set 3 : Spiffy new names. #

Patch Set 4 : Invert meaning of flag to avoid branches in hot path. #

Total comments: 1

Patch Set 5 : Fix indent. #

Patch Set 6 : rebase. #

Patch Set 7 : Red Queen's Race #

Patch Set 8 : #

Patch Set 9 : Namespace hack on windows. #

Patch Set 10 : rebase #

Patch Set 11 : using namespace webcore #

Patch Set 12 : more specific using statements #

Patch Set 13 : rebase #

Patch Set 14 : Fix comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -74 lines) Patch
M Source/bindings/scripts/CodeGeneratorV8.pm View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +26 lines, -3 lines 0 comments Download
M Source/bindings/v8/DOMDataStore.h View 9 chunks +14 lines, -35 lines 0 comments Download
M Source/bindings/v8/ScriptWrappable.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +109 lines, -36 lines 0 comments Download
M Source/bindings/v8/WorkerScriptController.cpp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Tom Sepez
Adam, please review (in your infinite spare time).
7 years, 8 months ago (2013-04-11 22:54:39 UTC) #1
abarth-chromium
This patch is much easier to read now. One style nit. Haraken should do the ...
7 years, 8 months ago (2013-04-11 22:59:33 UTC) #2
Tom Sepez
On 2013/04/11 22:59:33, abarth wrote: > This patch is much easier to read now. One ...
7 years, 8 months ago (2013-04-11 23:02:35 UTC) #3
haraken
LGTM. I'm pretty sure the patch is OK, but would you check performance of Bindings/first-child.html ...
7 years, 8 months ago (2013-04-12 01:01:11 UTC) #4
Tom Sepez
Looks like I introduced another branch. -7% on first-child. Let me try to get rid ...
7 years, 8 months ago (2013-04-12 17:58:19 UTC) #5
Tom Sepez
Patch set 4 is avoids the branch, no performance penalty.
7 years, 8 months ago (2013-04-12 21:03:15 UTC) #6
abarth-chromium
https://codereview.chromium.org/13828008/diff/13001/Source/bindings/v8/ScriptWrappable.h File Source/bindings/v8/ScriptWrappable.h (right): https://codereview.chromium.org/13828008/diff/13001/Source/bindings/v8/ScriptWrappable.h#newcode69 Source/bindings/v8/ScriptWrappable.h:69: return; four-space indent pls
7 years, 8 months ago (2013-04-12 21:08:13 UTC) #7
Tom Sepez
On 2013/04/12 21:08:13, abarth wrote: > https://codereview.chromium.org/13828008/diff/13001/Source/bindings/v8/ScriptWrappable.h > File Source/bindings/v8/ScriptWrappable.h (right): > > https://codereview.chromium.org/13828008/diff/13001/Source/bindings/v8/ScriptWrappable.h#newcode69 > ...
7 years, 8 months ago (2013-04-12 21:10:21 UTC) #8
abarth-chromium
I looked over the patch, and it looks reasonable to me, but I haven't looked ...
7 years, 8 months ago (2013-04-12 21:12:38 UTC) #9
haraken1
LGTM, given no performance penalty in Bindings/first-child.html.
7 years, 8 months ago (2013-04-14 15:26:37 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tsepez@chromium.org/13828008/52002
7 years, 8 months ago (2013-04-19 17:10:30 UTC) #11
commit-bot: I haz the power
7 years, 8 months ago (2013-04-19 17:40:01 UTC) #12
Message was sent while issue was closed.
Change committed as 148737

Powered by Google App Engine
This is Rietveld 408576698