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

Issue 1340553002: MIPS: Refine '[stubs] Simplify the non-function case of CallConstructStub.' (Closed)

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

Description

MIPS: Refine '[stubs] Simplify the non-function case of CallConstructStub.' Port 622fa0ea21b3517b1feaed447c87e580bafac865 Original commit message: Currently we do this dance between the CallConstructStub, the CALL_* builtins and the %GetConstructorDelegate, %GetProxyTrap, and %Apply runtime functions for every [[Construct]] operation on non-function callables. This is complexity is unnecessary, and can be simplified to work without any JS builtin. This will also make it a lot easier to implement ES6 compliant [[Construct]] for proxies. Also sanitize the invariant for CallConstructStub, which up until now always restored the context itself, but that force us to always create another copy of all arguments in case of proxies and other callables, so we can relax that constraint by making the caller restore the context (this only affects fullcodegen, since the optimizing compilers already properly restore the context anyway). BUG= Committed: https://crrev.com/d1ca012157b5d1a1201d7c96e24bdfc86fb5ea41 Cr-Commit-Position: refs/heads/master@{#30699}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/mips/code-stubs-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
balazs.kilvady
5 years, 3 months ago (2015-09-11 12:49:51 UTC) #2
paul.l...
lgtm
5 years, 3 months ago (2015-09-11 13:46:57 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1340553002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1340553002/1
5 years, 3 months ago (2015-09-11 14:43:54 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 3 months ago (2015-09-11 15:12:40 UTC) #6
commit-bot: I haz the power
5 years, 3 months ago (2015-09-11 15:12:56 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/d1ca012157b5d1a1201d7c96e24bdfc86fb5ea41
Cr-Commit-Position: refs/heads/master@{#30699}

Powered by Google App Engine
This is Rietveld 408576698