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

Issue 57873004: MIPS: Handle constants in new space by making macro-assembler smarter. (Closed)

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

Description

MIPS: Handle constants in new space by making macro-assembler smarter. Port r17376 (9af4f51) BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -45 lines) Patch
M src/mips/full-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M src/mips/lithium-gap-resolver-mips.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +1 line, -15 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 3 chunks +18 lines, -14 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
7 years, 1 month ago (2013-11-04 17:08:18 UTC) #1
Paul Lind
LGTM, I'll land it.
7 years, 1 month ago (2013-11-05 01:24:41 UTC) #2
Paul Lind
7 years, 1 month ago (2013-11-05 01:34:00 UTC) #3
Committed as r17463.

Powered by Google App Engine
This is Rietveld 408576698