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

Issue 9348058: Simplify stackframe of construct stub on ARM and MIPS. (Closed)

Created:
8 years, 10 months ago by Michael Starzinger
Modified:
8 years, 10 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Simplify stackframe of construct stub on ARM and MIPS. This unifies the stackframe layout of the generic constructor stub to be in sync with ia32 and x64. There was an unecessary copy of the construct function saved on the stack which wasn't used at all. R=erik.corry@gmail.com Committed: https://code.google.com/p/v8/source/detail?r=10653

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -52 lines) Patch
M src/arm/builtins-arm.cc View 3 chunks +11 lines, -27 lines 0 comments Download
M src/mips/builtins-mips.cc View 3 chunks +9 lines, -25 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Michael Starzinger
8 years, 10 months ago (2012-02-08 16:45:35 UTC) #1
Erik Corry
8 years, 10 months ago (2012-02-09 08:35:26 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698