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

Issue 2379533003: Revert of Don't use different function scopes when parsing with temp zones (Closed)

Created:
4 years, 2 months ago by Toon Verwaest
Modified:
4 years, 2 months ago
Reviewers:
adamk, marja
CC:
v8-reviews_googlegroups.com, jochen (gone - plz use gerrit)
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Revert of Don't use different function scopes when parsing with temp zones (patchset #11 id:200001 of https://codereview.chromium.org/2368313002/ ) Reason for revert: Revert due to asm.js slowdown Original issue's description: > Don't use different function scopes when parsing with temp zones > > Previously we'd have a scope in the main zone, and another in the temp zone. Then we carefully copied back data to the main zone. This CL changes it so that the scope is just fixed up to only contain data from the main zone. That avoids additional copies and additional allocations; while not increasing the care that needs to be taken. This will also make it easier to abort preparsing while parsing using a temp zone. > > BUG= > > Committed: https://crrev.com/f41e7ebd62b32e861b6aa14ad8bfce3018d03c3c > Cr-Commit-Position: refs/heads/master@{#39800} TBR=marja@chromium.org,adamk@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Committed: https://crrev.com/9e2b40aa8702f5f8b4ae7ec2763cb7adbd402c25 Cr-Commit-Position: refs/heads/master@{#39821}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -72 lines) Patch
M src/ast/scopes.h View 5 chunks +6 lines, -8 lines 0 comments Download
M src/ast/scopes.cc View 6 chunks +37 lines, -34 lines 0 comments Download
M src/parsing/parser.cc View 8 chunks +36 lines, -17 lines 0 comments Download
M src/parsing/parser-base.h View 10 chunks +11 lines, -12 lines 0 comments Download
M src/parsing/preparser.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (6 generated)
Toon Verwaest
Created Revert of Don't use different function scopes when parsing with temp zones
4 years, 2 months ago (2016-09-28 09:21:17 UTC) #2
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/2379533003/1
4 years, 2 months ago (2016-09-28 09:21:23 UTC) #3
commit-bot: I haz the power
Failed to apply patch for src/parsing/parser.cc: While running git apply --index -3 -p1; error: patch ...
4 years, 2 months ago (2016-09-28 09:22:02 UTC) #5
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/2379533003/1
4 years, 2 months ago (2016-09-28 09:56:36 UTC) #7
commit-bot: I haz the power
Failed to apply patch for src/parsing/parser.cc: While running git apply --index -3 -p1; error: patch ...
4 years, 2 months ago (2016-09-28 09:56:41 UTC) #9
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/2379533003/1
4 years, 2 months ago (2016-09-28 11:16:32 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-09-28 11:17:22 UTC) #12
commit-bot: I haz the power
4 years, 2 months ago (2016-09-28 11:17:42 UTC) #14
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/9e2b40aa8702f5f8b4ae7ec2763cb7adbd402c25
Cr-Commit-Position: refs/heads/master@{#39821}

Powered by Google App Engine
This is Rietveld 408576698