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

Issue 2145293003: Fix temporary zones: DoExpression should go into local_zone_. (Closed)

Created:
4 years, 5 months ago by marja
Modified:
4 years, 5 months ago
Reviewers:
titzer, rossberg
CC:
v8-reviews_googlegroups.com, titzer, adamk, caitp (gmail)
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Fix temporary zones: DoExpression should go into local_zone_. There's no use putting it into parser_zone_, and if we do so, it might refer to dead memory (the Block is in local_zone_ which might get discarded). BUG= Committed: https://crrev.com/d4341d1fea2373cd18fb7e31f0d97ababa00aa27 Cr-Commit-Position: refs/heads/master@{#37787}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/ast/ast.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (9 generated)
marja
Adding a bunch of people who might have insights here (titzer, rossberg, adamk, caitpotter88), could ...
4 years, 5 months ago (2016-07-14 12:23:50 UTC) #6
titzer
lgtm As discussed in person, it should be safe to allocate the AST nodes in ...
4 years, 5 months ago (2016-07-14 12:27:12 UTC) #8
rossberg
LGTM too. I don't know why it is that way.
4 years, 5 months ago (2016-07-14 13:17:35 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/2145293003/1
4 years, 5 months ago (2016-07-15 07:29:38 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-07-15 07:32:15 UTC) #13
commit-bot: I haz the power
4 years, 5 months ago (2016-07-15 07:32:34 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/d4341d1fea2373cd18fb7e31f0d97ababa00aa27
Cr-Commit-Position: refs/heads/master@{#37787}

Powered by Google App Engine
This is Rietveld 408576698