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

Issue 226363007: Fix result of LCodeGen::DoWrapReceiver for strict functions and builtins. (Closed)

Created:
6 years, 8 months ago by ulan
Modified:
6 years, 8 months ago
Reviewers:
jbramley
CC:
v8-dev
Visibility:
Public.

Description

Fix result of LCodeGen::DoWrapReceiver for strict functions and builtins. BUG=362128 LOG=Y TEST=mjsunit/regress/regress-362128 R=jacob.bramley@arm.com Committed: https://code.google.com/p/v8/source/detail?r=20723

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -5 lines) Patch
M src/arm64/lithium-codegen-arm64.cc View 1 3 chunks +7 lines, -5 lines 0 comments Download
A test/mjsunit/regress/regress-362128.js View 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
ulan
PTAL
6 years, 8 months ago (2014-04-11 17:32:01 UTC) #1
jbramley
It looks good; I just had one suggestion. I think it's possible to avoid copy_receiver ...
6 years, 8 months ago (2014-04-14 08:59:52 UTC) #2
ulan
> I think it's possible to avoid copy_receiver (and thus the branch over it) by ...
6 years, 8 months ago (2014-04-14 11:12:53 UTC) #3
jbramley
On 2014/04/14 11:12:53, ulan wrote: > > I think it's possible to avoid copy_receiver (and ...
6 years, 8 months ago (2014-04-14 11:21:12 UTC) #4
ulan
On 2014/04/14 11:21:12, jbramley wrote: > On 2014/04/14 11:12:53, ulan wrote: > > > I ...
6 years, 8 months ago (2014-04-14 11:49:28 UTC) #5
jbramley
On 2014/04/14 11:49:28, ulan wrote: > On 2014/04/14 11:21:12, jbramley wrote: > > On 2014/04/14 ...
6 years, 8 months ago (2014-04-14 11:51:10 UTC) #6
ulan
Committed patchset #2 manually as r20723 (presubmit successful).
6 years, 8 months ago (2014-04-14 11:58:31 UTC) #7
ulan
On 2014/04/14 11:58:31, ulan wrote: > Committed patchset #2 manually as r20723 (presubmit successful). > ...
6 years, 8 months ago (2014-04-14 12:01:45 UTC) #8
ulan
6 years, 8 months ago (2014-04-14 12:06:01 UTC) #9
Message was sent while issue was closed.
On 2014/04/14 12:01:45, ulan wrote:
> On 2014/04/14 11:58:31, ulan wrote:
> > Committed patchset #2 manually as r20723 (presubmit successful).
> 
> > Yep, I think so. I can't give an lgtm that will help you though.
> This is strange, but I was able to land. :) Looks like the presubmit is not
> checking for OWNERS in arm64. I'll check with machenbach@

Michael clarified that (committer OR reviewer) should be in OWNERS, not
necessarily both.

Powered by Google App Engine
This is Rietveld 408576698