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

Issue 9569008: MIPS: Implement inlined object allocation in Crankshaft. (Closed)

Created:
8 years, 9 months ago by kalmard
Modified:
8 years, 9 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Implement inlined object allocation in Crankshaft. Port r10881 (0d25c61e). Original commit message: Generates inlined code for object allocation specific to the initial map of the given constructor function. Also forces completion of inobject slack tracking while crankshafting to finalize instance size of these objects. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=10890

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -5 lines) Patch
M src/mips/lithium-codegen-mips.cc View 1 chunk +39 lines, -3 lines 0 comments Download
M src/mips/lithium-mips.h View 1 chunk +6 lines, -1 line 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
kalmard
8 years, 9 months ago (2012-03-01 12:32:06 UTC) #1
Michael Starzinger
LGTM. Landed.
8 years, 9 months ago (2012-03-01 12:39:19 UTC) #2
Michael Starzinger
8 years, 9 months ago (2012-03-01 12:48:07 UTC) #3
Accidentally I folded the following CL into the commit for this one.

https://chromiumcodereview.appspot.com/9537004/

Powered by Google App Engine
This is Rietveld 408576698