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

Issue 2379043002: [ignition] BytecodeGraphBuilder: Merge correct environment in try block (Closed)

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

Description

[ignition] BytecodeGraphBuilder: Merge correct environment in try block Making new nodes inside of exception-handled blocks fiddles around with the current environment to merge the exception paths. In particular, the current environment pointer is mutated. This patch ensures that when we merge the fast and slow paths of the LdaContextLookup, we actually merge the correct environment and do not accidentally merge the exceptional environment. BUG=chromium:651394 Committed: https://crrev.com/537c855882d14aa868b12f9495b7a0ca8b7a8d40 Cr-Commit-Position: refs/heads/master@{#39878}

Patch Set 1 #

Patch Set 2 : Add a global lookup test too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -17 lines) Patch
M src/compiler/bytecode-graph-builder.cc View 2 chunks +3 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-651403.js View 1 chunk +11 lines, -6 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-651403-global.js View 1 1 chunk +12 lines, -6 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 13 (8 generated)
Leszek Swirski
4 years, 2 months ago (2016-09-29 14:36:43 UTC) #6
Michael Starzinger
LGTM.
4 years, 2 months ago (2016-09-29 14:41:36 UTC) #7
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/2379043002/20001
4 years, 2 months ago (2016-09-29 14:42:48 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-09-29 15:17:56 UTC) #11
commit-bot: I haz the power
4 years, 2 months ago (2016-09-29 15:18:14 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/537c855882d14aa868b12f9495b7a0ca8b7a8d40
Cr-Commit-Position: refs/heads/master@{#39878}

Powered by Google App Engine
This is Rietveld 408576698