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

Issue 1343763002: [turbofan] Add inlining guards to Runtime_NewArguments. (Closed)

Created:
5 years, 3 months ago by Michael Starzinger
Modified:
5 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@local_turbofan-arguments-1
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Add inlining guards to Runtime_NewArguments. This adds debug code that makes sure that the runtime functions that materialize arguments objects, {Runtime_New[Sloppy|Strict]Arguments}, are not being called from within an inlined scope. They would produce wrong results and we should avoid producing code that does this. R=bmeurer@chromium.org Committed: https://crrev.com/d0e77b290922fb4f2978d4635e7269447b593e71 Cr-Commit-Position: refs/heads/master@{#30761}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -0 lines) Patch
M src/frames.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/frames.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Michael Starzinger
5 years, 3 months ago (2015-09-14 14:39:32 UTC) #1
Benedikt Meurer
LGTM with nit https://codereview.chromium.org/1343763002/diff/1/src/runtime/runtime-scopes.cc File src/runtime/runtime-scopes.cc (right): https://codereview.chromium.org/1343763002/diff/1/src/runtime/runtime-scopes.cc#newcode546 src/runtime/runtime-scopes.cc:546: // This runtime function does not ...
5 years, 3 months ago (2015-09-16 08:20:56 UTC) #3
Michael Starzinger
https://codereview.chromium.org/1343763002/diff/1/src/runtime/runtime-scopes.cc File src/runtime/runtime-scopes.cc (right): https://codereview.chromium.org/1343763002/diff/1/src/runtime/runtime-scopes.cc#newcode546 src/runtime/runtime-scopes.cc:546: // This runtime function does not materialize the correct ...
5 years, 3 months ago (2015-09-16 10:39:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1343763002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1343763002/40001
5 years, 3 months ago (2015-09-16 10:47:45 UTC) #8
mvstanton
lgtm
5 years, 3 months ago (2015-09-16 11:15:41 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:40001)
5 years, 3 months ago (2015-09-16 11:32:58 UTC) #10
commit-bot: I haz the power
5 years, 3 months ago (2015-09-16 11:33:15 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/d0e77b290922fb4f2978d4635e7269447b593e71
Cr-Commit-Position: refs/heads/master@{#30761}

Powered by Google App Engine
This is Rietveld 408576698