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

Issue 9150026: MIPS: Allow call-known-global and call-constant-function to be used (Closed)

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

Description

MIPS: Allow call-known-global and call-constant-function to be used for call-sites with mismatched number of arguments. Port r10424 (92a05c9c). Original commit message: Adjust InvokeFunction to avoid generating dead code when number when arity mismatch is detected in compile time. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=10456

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -53 lines) Patch
M src/mips/lithium-codegen-mips.cc View 4 chunks +31 lines, -23 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 7 chunks +39 lines, -25 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 5 chunks +9 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
kalmard
Successful testing of v8 on MIPS requires the following patches to be landed as well: ...
8 years, 11 months ago (2012-01-19 12:42:26 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 11 months ago (2012-01-20 12:23:13 UTC) #2
lgtm, I am going to land.

Powered by Google App Engine
This is Rietveld 408576698