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

Issue 390323002: Remove JSReceiver::GetPrototype and replace it with PrototypeIterator calls (Closed)

Created:
6 years, 5 months ago by jochen (gone - plz use gerrit)
Modified:
6 years, 5 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Remove JSReceiver::GetPrototype and replace it with PrototypeIterator calls BUG=none R=verwaest@chromium.org LOG=n Committed: https://code.google.com/p/v8/source/detail?r=22442

Patch Set 1 #

Total comments: 5

Patch Set 2 : updates #

Patch Set 3 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -242 lines) Patch
M src/accessors.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/api.cc View 1 chunk +9 lines, -6 lines 0 comments Download
M src/builtins.cc View 1 2 3 chunks +12 lines, -8 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M src/heap-snapshot-generator.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +21 lines, -14 lines 0 comments Download
M src/ic.cc View 3 chunks +11 lines, -7 lines 0 comments Download
M src/isolate.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M src/json-stringifier.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/objects.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/objects.cc View 24 chunks +124 lines, -110 lines 0 comments Download
M src/objects-inl.h View 3 chunks +4 lines, -6 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/prototype.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 11 chunks +81 lines, -68 lines 0 comments Download
M src/stub-cache.cc View 2 chunks +8 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jochen (gone - plz use gerrit)
6 years, 5 months ago (2014-07-15 09:53:19 UTC) #1
Toon Verwaest
https://codereview.chromium.org/390323002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/390323002/diff/1/src/builtins.cc#newcode264 src/builtins.cc:264: return true; We still need to check whether we ...
6 years, 5 months ago (2014-07-16 15:41:01 UTC) #2
jochen (gone - plz use gerrit)
https://codereview.chromium.org/390323002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/390323002/diff/1/src/builtins.cc#newcode264 src/builtins.cc:264: return true; On 2014/07/16 15:41:01, Toon Verwaest wrote: > ...
6 years, 5 months ago (2014-07-17 06:58:02 UTC) #3
Toon Verwaest
https://codereview.chromium.org/390323002/diff/1/src/builtins.cc File src/builtins.cc (right): https://codereview.chromium.org/390323002/diff/1/src/builtins.cc#newcode264 src/builtins.cc:264: return true; No it's not, due to line 259. ...
6 years, 5 months ago (2014-07-17 08:00:37 UTC) #4
jochen (gone - plz use gerrit)
ah, indeed. fixed.
6 years, 5 months ago (2014-07-17 08:54:22 UTC) #5
jochen (gone - plz use gerrit)
ah, indeed. fixed.
6 years, 5 months ago (2014-07-17 08:54:24 UTC) #6
Toon Verwaest
lgtm
6 years, 5 months ago (2014-07-17 09:05:22 UTC) #7
jochen (gone - plz use gerrit)
Committed patchset #3 manually as r22442 (presubmit successful).
6 years, 5 months ago (2014-07-17 09:44:52 UTC) #8
arv (Not doing code reviews)
I'm curious if there is a motivation for this change. Is there a bug I ...
6 years, 5 months ago (2014-07-17 16:19:48 UTC) #9
jochen (gone - plz use gerrit)
6 years, 5 months ago (2014-07-17 17:45:48 UTC) #10
Message was sent while issue was closed.
On 2014/07/17 at 16:19:48, arv wrote:
> I'm curious if there is a motivation for this change. Is there a bug I can
track?

I've filed https://code.google.com/p/v8/issues/detail?id=3447

the idea right now is to just unify all accesses to the prototype. In my next
CL, I'll look at all places using map()->prototype()

Powered by Google App Engine
This is Rietveld 408576698