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

Issue 952303002: Remove NativeContext from Literal array, since we always create the literals in the native context … (Closed)

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

Description

Remove NativeContext from Literal array, since we always create the literals in the native context of the current closure. BUG= Committed: https://crrev.com/6b1bddb454bd1887e3c3e7aae785447f015c492b Cr-Commit-Position: refs/heads/master@{#26867}

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -70 lines) Patch
M src/factory.cc View 2 chunks +1 line, -15 lines 0 comments Download
M src/liveedit.cc View 1 2 3 chunks +1 line, -17 lines 0 comments Download
M src/objects.h View 1 2 2 chunks +0 lines, -7 lines 0 comments Download
M src/objects.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/preparser.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/runtime/runtime-function.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M src/runtime/runtime-literals.cc View 2 chunks +2 lines, -10 lines 0 comments Download
M src/runtime/runtime-regexp.cc View 1 2 1 chunk +1 line, -7 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Toon Verwaest
PTAL
5 years, 10 months ago (2015-02-25 18:14:13 UTC) #2
Michael Starzinger
LGTM with a coupla nits. https://codereview.chromium.org/952303002/diff/20001/src/liveedit.cc File src/liveedit.cc (right): https://codereview.chromium.org/952303002/diff/20001/src/liveedit.cc#newcode1013 src/liveedit.cc:1013: Handle<FixedArray> old_literals(fun->literals()); nit: The ...
5 years, 10 months ago (2015-02-25 21:32:33 UTC) #3
Toon Verwaest
Addressed comments https://codereview.chromium.org/952303002/diff/20001/src/liveedit.cc File src/liveedit.cc (right): https://codereview.chromium.org/952303002/diff/20001/src/liveedit.cc#newcode1013 src/liveedit.cc:1013: Handle<FixedArray> old_literals(fun->literals()); On 2015/02/25 21:32:33, Michael Starzinger ...
5 years, 10 months ago (2015-02-25 21:57:47 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/952303002/40001
5 years, 10 months ago (2015-02-25 21:58:51 UTC) #7
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 10 months ago (2015-02-25 22:41:47 UTC) #8
commit-bot: I haz the power
5 years, 10 months ago (2015-02-25 22:42:03 UTC) #9
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/6b1bddb454bd1887e3c3e7aae785447f015c492b
Cr-Commit-Position: refs/heads/master@{#26867}

Powered by Google App Engine
This is Rietveld 408576698