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

Issue 23475052: MIPS: reland 16744: add context save for GenerateFastApiCall. (Closed)

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

Description

MIPS: reland 16744: add context save for GenerateFastApiCall. Port r16763 (968acfa) BUG=

Patch Set 1 #

Total comments: 6

Patch Set 2 : Enum flags added. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -44 lines) Patch
M src/mips/code-stubs-mips.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 3 chunks +10 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 5 chunks +30 lines, -14 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 12 chunks +43 lines, -26 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kilvadyb
7 years, 3 months ago (2013-09-17 14:45:24 UTC) #1
Paul Lind
LGTM, but like to suggest you add an enum for code-readability, for the existing boolean ...
7 years, 3 months ago (2013-09-17 17:54:22 UTC) #2
Paul Lind
Patchset 2 LGTM, thanks.
7 years, 3 months ago (2013-09-17 18:35:44 UTC) #3
kilvadyb
https://codereview.chromium.org/23475052/diff/1/src/mips/code-stubs-mips.cc File src/mips/code-stubs-mips.cc (right): https://codereview.chromium.org/23475052/diff/1/src/mips/code-stubs-mips.cc#newcode2879 src/mips/code-stubs-mips.cc:2879: __ LeaveExitFrame(save_doubles_, s0, true, true); On 2013/09/17 17:54:22, Paul ...
7 years, 3 months ago (2013-09-17 18:40:42 UTC) #4
Paul Lind
7 years, 3 months ago (2013-09-17 19:13:38 UTC) #5
Committed as r16778.

Powered by Google App Engine
This is Rietveld 408576698