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

Issue 133773002: Fix of Hydrogen environment building for function "apply" calls (Closed)

Created:
6 years, 11 months ago by Jarin
Modified:
6 years, 11 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Fix of Hydrogen environment building for function "apply" calls. BUG=v8:3084 R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18548

Patch Set 1 #

Total comments: 8

Patch Set 2 : Minor tweaks. #

Patch Set 3 : Nanotweak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -22 lines) Patch
M src/hydrogen.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
A + test/mjsunit/arguments-apply-deopt.js View 1 2 1 chunk +43 lines, -21 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jarin
For fun.apply(receiver, arguments) call hydrogen-ization, moved the 'Pop' of the function object after we evaluate ...
6 years, 11 months ago (2014-01-10 12:48:55 UTC) #1
Jakob Kummerow
LGTM with nits. https://codereview.chromium.org/133773002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/133773002/diff/1/src/hydrogen.cc#newcode7572 src/hydrogen.cc:7572: Drop(1); // Pop the function nit: ...
6 years, 11 months ago (2014-01-10 13:47:03 UTC) #2
Jarin
All fixed now. Thanks! https://codereview.chromium.org/133773002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/133773002/diff/1/src/hydrogen.cc#newcode7572 src/hydrogen.cc:7572: Drop(1); // Pop the function ...
6 years, 11 months ago (2014-01-10 14:14:44 UTC) #3
Jarin
6 years, 11 months ago (2014-01-11 13:59:14 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r18548 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698