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

Issue 1353363002: Share literals arrays per <NativeContext, SharedFunctionInfo> pair. (Closed)

Created:
5 years, 3 months ago by Igor Sheludko
Modified:
5 years, 3 months ago
Reviewers:
Michael Starzinger
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Share literals arrays per <NativeContext, SharedFunctionInfo> pair. This CL also renames wrongly named test for v8:4173. BUG=v8:4121 LOG=Y Committed: https://crrev.com/4dd45e115be0122ee8b6ba1d9b3be5e86ea3b97c Cr-Commit-Position: refs/heads/master@{#30879}

Patch Set 1 #

Patch Set 2 : Comments updated #

Patch Set 3 : Fixes #

Patch Set 4 : More fixes #

Total comments: 9

Patch Set 5 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -104 lines) Patch
M src/code-stubs-hydrogen.cc View 1 2 3 4 1 chunk +5 lines, -3 lines 0 comments Download
M src/factory.cc View 1 2 3 4 1 chunk +10 lines, -3 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 3 4 4 chunks +17 lines, -4 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 chunks +84 lines, -45 lines 0 comments Download
M test/mjsunit/array-natives-elements.js View 2 chunks +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-4121.js View 1 2 1 chunk +37 lines, -47 lines 0 comments Download
A + test/mjsunit/regress/regress-4173.js View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Igor Sheludko
PTAL
5 years, 3 months ago (2015-09-21 10:25:20 UTC) #2
Michael Starzinger
I like this. First round of comments. I still need to think through the GC ...
5 years, 3 months ago (2015-09-22 10:44:40 UTC) #3
Michael Starzinger
https://codereview.chromium.org/1353363002/diff/60001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1353363002/diff/60001/src/objects.cc#newcode11309 src/objects.cc:11309: if (FLAG_trace_opt) { This tracing will also be printed ...
5 years, 3 months ago (2015-09-22 10:57:34 UTC) #4
Igor Sheludko
Addressed online and offline comments. Now undefined value is used to indicate non-existing code in ...
5 years, 3 months ago (2015-09-22 12:58:11 UTC) #6
Michael Starzinger
LGTM. https://codereview.chromium.org/1353363002/diff/60001/src/objects.h File src/objects.h (right): https://codereview.chromium.org/1353363002/diff/60001/src/objects.h#newcode6293 src/objects.h:6293: int SearchOptimizedCodeMapEntry(Context* native_context, On 2015/09/22 12:58:11, Igor Sheludko ...
5 years, 3 months ago (2015-09-23 08:14:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1353363002/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1353363002/90001
5 years, 3 months ago (2015-09-23 08:21:53 UTC) #9
commit-bot: I haz the power
Committed patchset #5 (id:90001)
5 years, 3 months ago (2015-09-23 08:46:16 UTC) #10
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 08:46:40 UTC) #11
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/4dd45e115be0122ee8b6ba1d9b3be5e86ea3b97c
Cr-Commit-Position: refs/heads/master@{#30879}

Powered by Google App Engine
This is Rietveld 408576698