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

Issue 258813002: MIPS: Unify and simplify the FastCloneShallowArrayStub. (Closed)

Created:
6 years, 8 months ago by kilvadyb
Modified:
6 years, 8 months ago
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@gbl
Visibility:
Public.

Description

MIPS: Unify and simplify the FastCloneShallowArrayStub. Port r20974 (5de4367) Original commit message: - Don't bake in length/capacity into full codegen calls of stubs, allowing boilerplates to increase their capacity without regenerating code. - Unify all variants of the clone stub into a single, length-independent version. - Various tweaks to make sure that the clone stub doesn't spill and therefore need an eager stack frame. - Handle all lengths of array literals in the fast case. BUG=

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 8 months ago (2014-04-25 14:17:19 UTC) #1
Paul Lind
lgtm
6 years, 8 months ago (2014-04-25 15:40:35 UTC) #2
Paul Lind
6 years, 8 months ago (2014-04-25 15:49:30 UTC) #3
Committed as r20991.

Powered by Google App Engine
This is Rietveld 408576698