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

Issue 270085: Partially revert r2761.... (Closed)

Created:
11 years, 2 months ago by antonm
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Partially revert r2761. Do not create handles for values of internal fields---this operation is performance critical and plain pointers are safe. Appy the same approach to External wrapping and unwrapping. Plus some minor refactorings. Committed: http://code.google.com/p/v8/source/detail?r=3064

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 4

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -39 lines) Patch
M include/v8.h View 1 2 7 chunks +36 lines, -24 lines 0 comments Download
M src/api.cc View 1 2 2 chunks +27 lines, -15 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
antonm
11 years, 2 months ago (2009-10-13 14:06:55 UTC) #1
Christian Plesner Hansen
See comments
11 years, 2 months ago (2009-10-13 14:24:17 UTC) #2
Christian Plesner Hansen
Here are the real comments http://codereview.chromium.org/270085/diff/1001/2002 File src/api.cc (right): http://codereview.chromium.org/270085/diff/1001/2002#newcode2582 Line 2582: if (as_object->IsSmi()) { ...
11 years, 2 months ago (2009-10-13 14:28:08 UTC) #3
antonm
Christian, thanks a lot for comments. http://codereview.chromium.org/270085/diff/1001/2002 File src/api.cc (right): http://codereview.chromium.org/270085/diff/1001/2002#newcode2582 Line 2582: if (as_object->IsSmi()) ...
11 years, 2 months ago (2009-10-13 14:30:37 UTC) #4
Christian Plesner Hansen
http://codereview.chromium.org/270085/diff/1001/2002 File src/api.cc (right): http://codereview.chromium.org/270085/diff/1001/2002#newcode2582 Line 2582: if (as_object->IsSmi()) { I don't have anything against ...
11 years, 2 months ago (2009-10-14 11:26:37 UTC) #5
antonm
http://codereview.chromium.org/270085/diff/1001/2002 File src/api.cc (right): http://codereview.chromium.org/270085/diff/1001/2002#newcode2582 Line 2582: if (as_object->IsSmi()) { On 2009/10/14 11:26:37, Christian Plesner ...
11 years, 2 months ago (2009-10-14 12:22:18 UTC) #6
antonm
Christian, may you have another look?
11 years, 2 months ago (2009-10-14 14:11:35 UTC) #7
Christian Plesner Hansen
11 years, 2 months ago (2009-10-14 14:22:41 UTC) #8
Lgtm.

Powered by Google App Engine
This is Rietveld 408576698