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

Issue 228333003: Handlefy Descriptor and other code in objects.cc (Closed)

Created:
6 years, 8 months ago by mvstanton
Modified:
6 years, 8 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Handlefy Descriptor and other code in objects.cc R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20628

Patch Set 1 #

Total comments: 18

Patch Set 2 : Rebase #

Patch Set 3 : Last comments. #

Total comments: 30

Patch Set 4 : Formatting stuff. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+501 lines, -557 lines) Patch
M src/bootstrapper.cc View 1 2 3 17 chunks +45 lines, -44 lines 0 comments Download
M src/elements.cc View 1 2 3 5 chunks +12 lines, -24 lines 0 comments Download
M src/factory.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 3 6 chunks +31 lines, -38 lines 0 comments Download
M src/objects.cc View 1 2 3 31 chunks +265 lines, -290 lines 0 comments Download
M src/objects-inl.h View 1 2 3 9 chunks +31 lines, -92 lines 0 comments Download
M src/property.h View 5 chunks +18 lines, -19 lines 0 comments Download
M src/runtime.cc View 1 2 3 1 chunk +12 lines, -12 lines 0 comments Download
M src/transitions.h View 1 2 2 chunks +10 lines, -6 lines 0 comments Download
M src/transitions.cc View 1 2 3 chunks +56 lines, -30 lines 0 comments Download
M test/cctest/test-alloc.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Toon Verwaest
https://codereview.chromium.org/228333003/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/228333003/diff/1/src/objects.cc#newcode3153 src/objects.cc:3153: static void Insert(Name* key, Can't call from unhandlified into ...
6 years, 8 months ago (2014-04-08 12:58:54 UTC) #1
mvstanton
Hi Toon, Thanks for the great comments, I've addressed all but one where I have ...
6 years, 8 months ago (2014-04-09 09:43:20 UTC) #2
mvstanton
Okay, here is an update with the use of SetMapAndElements() in JSObject::ResetElements(). PTAL, thx, --Michael
6 years, 8 months ago (2014-04-09 11:43:05 UTC) #3
Toon Verwaest
Overall LGTM. Main style comments: - clean-up how you overflow arguments to fit what we ...
6 years, 8 months ago (2014-04-09 13:49:24 UTC) #4
mvstanton
Thanks for the review! https://codereview.chromium.org/228333003/diff/60001/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/228333003/diff/60001/src/elements.cc#newcode1461 src/elements.cc:1461: MUST_USE_RESULT static Handle<Object> SetLengthWithoutNormalize( On ...
6 years, 8 months ago (2014-04-09 14:26:06 UTC) #5
mvstanton
6 years, 8 months ago (2014-04-09 14:26:54 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r20628 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698