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

Issue 2630563002: [ast] Ensure that AST rewriting for non-top-level can be off-thread (Closed)

Created:
3 years, 11 months ago by Leszek Swirski
Modified:
3 years, 11 months ago
Reviewers:
marja
CC:
v8-reviews_googlegroups.com, rmcilroy
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ast] Ensure that AST rewriting for non-top-level can be off-thread Adds checks to ensure that AST rewriting only runs for top-level (or eval) code, that for these cases it runs on the main thread, and that for non-top-level code it can safely be called off-thread. BUG=v8:5832 Review-Url: https://codereview.chromium.org/2630563002 Cr-Commit-Position: refs/heads/master@{#42367} Committed: https://chromium.googlesource.com/v8/v8/+/064c584a11326051fbe1d02e3dfd1ec33cbd609e

Patch Set 1 #

Patch Set 2 : Sorry, I forgot I was writing Java #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -1 line) Patch
M src/parsing/rewriter.cc View 1 2 chunks +18 lines, -1 line 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 20 (16 generated)
Leszek Swirski
Hi Marja, What do you think of these additional checks, as part of our "offthread ...
3 years, 11 months ago (2017-01-13 16:14:06 UTC) #12
marja
lgtm
3 years, 11 months ago (2017-01-16 10:21:29 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2630563002/40001
3 years, 11 months ago (2017-01-16 11:29:57 UTC) #17
commit-bot: I haz the power
3 years, 11 months ago (2017-01-16 12:03:19 UTC) #20
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/064c584a11326051fbe1d02e3dfd1ec33cb...

Powered by Google App Engine
This is Rietveld 408576698