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

Issue 9511002: MIPS: Implement inlining of constructor calls. (Closed)

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

Description

MIPS: Implement inlining of constructor calls. Port r10849 (b0fe79c). Also included: Fixed a bug in GenerateRecordCallTarget. This bug prevented certain functions from being registered as Monomorphic and thus prevented them from being inlined using the new system (b0fe79c). BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=10862

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -23 lines) Patch
M src/mips/builtins-mips.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 chunk +7 lines, -3 lines 1 comment Download
M src/mips/deoptimizer-mips.cc View 8 chunks +115 lines, -11 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 2 chunks +13 lines, -5 lines 0 comments Download
M src/mips/lithium-mips.cc View 3 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
kalmard
8 years, 9 months ago (2012-02-28 18:09:24 UTC) #1
Michael Starzinger
8 years, 9 months ago (2012-02-29 09:48:21 UTC) #2
LGTM. Landed.

https://chromiumcodereview.appspot.com/9511002/diff/1/src/mips/code-stubs-mip...
File src/mips/code-stubs-mips.cc (right):

https://chromiumcodereview.appspot.com/9511002/diff/1/src/mips/code-stubs-mip...
src/mips/code-stubs-mips.cc:5377: __ Branch(&done);
Removed this obsolete branch before landing.

Powered by Google App Engine
This is Rietveld 408576698