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

Issue 484273003: Load closure from activation for building literals. (Closed)

Created:
6 years, 4 months ago by sigurds
Modified:
6 years, 4 months ago
Reviewers:
titzer
CC:
v8-dev, Michael Starzinger
Project:
v8
Visibility:
Public.

Description

Reland "Load global object and builtins from activation." Reland fixes: Don't set string flags (doing so leaks memory). Load closure from activation for building literals. R=titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23275

Patch Set 1 #

Total comments: 5

Patch Set 2 : Load closure from activation for building literals. #

Total comments: 1

Patch Set 3 : Load closure from activation for building literals. #

Total comments: 4

Patch Set 4 : Load closure from activation for building literals. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -29 lines) Patch
M src/compiler/ast-graph-builder.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 6 chunks +31 lines, -25 lines 0 comments Download
M src/compiler/pipeline.h View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download
M src/compiler/pipeline.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/compiler/function-tester.h View 1 2 3 3 chunks +9 lines, -2 lines 0 comments Download
M test/cctest/compiler/test-run-jscalls.cc View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
sigurds
https://codereview.chromium.org/484273003/diff/1/test/cctest/compiler/test-run-jscalls.cc File test/cctest/compiler/test-run-jscalls.cc (right): https://codereview.chromium.org/484273003/diff/1/test/cctest/compiler/test-run-jscalls.cc#newcode252 test/cctest/compiler/test-run-jscalls.cc:252: FLAG_context_specialization = false; I left this flag in here. ...
6 years, 4 months ago (2014-08-20 07:53:22 UTC) #1
titzer
https://codereview.chromium.org/484273003/diff/1/test/cctest/compiler/test-run-jscalls.cc File test/cctest/compiler/test-run-jscalls.cc (right): https://codereview.chromium.org/484273003/diff/1/test/cctest/compiler/test-run-jscalls.cc#newcode252 test/cctest/compiler/test-run-jscalls.cc:252: FLAG_context_specialization = false; On 2014/08/20 07:53:22, sigurds wrote: > ...
6 years, 4 months ago (2014-08-21 08:12:06 UTC) #2
sigurds
https://codereview.chromium.org/484273003/diff/1/test/cctest/compiler/test-run-jscalls.cc File test/cctest/compiler/test-run-jscalls.cc (right): https://codereview.chromium.org/484273003/diff/1/test/cctest/compiler/test-run-jscalls.cc#newcode252 test/cctest/compiler/test-run-jscalls.cc:252: FLAG_context_specialization = false; On 2014/08/21 08:12:06, titzer wrote: > ...
6 years, 4 months ago (2014-08-21 09:14:14 UTC) #3
sigurds
And again without lambdas.
6 years, 4 months ago (2014-08-21 09:49:47 UTC) #4
titzer
https://codereview.chromium.org/484273003/diff/40001/src/compiler/pipeline.h File src/compiler/pipeline.h (right): https://codereview.chromium.org/484273003/diff/40001/src/compiler/pipeline.h#newcode29 src/compiler/pipeline.h:29: : info_(info), context_specialization_(context_specialization) {} Let's make this a mutable ...
6 years, 4 months ago (2014-08-21 09:56:35 UTC) #5
sigurds
Trybots seem to have problem at the moment. https://codereview.chromium.org/484273003/diff/40001/src/compiler/pipeline.h File src/compiler/pipeline.h (right): https://codereview.chromium.org/484273003/diff/40001/src/compiler/pipeline.h#newcode29 src/compiler/pipeline.h:29: : ...
6 years, 4 months ago (2014-08-21 12:29:00 UTC) #6
titzer
lgtm
6 years, 4 months ago (2014-08-21 12:35:38 UTC) #7
sigurds
6 years, 4 months ago (2014-08-21 12:40:20 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 manually as 23275 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698