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

Issue 251473004: MIPS: CodeStubs contain their corresponding Isolate* now. (part 2) (Closed)

Created:
6 years, 8 months ago by kilvadyb
Modified:
6 years, 8 months ago
CC:
v8-dev
Base URL:
git@github.com:paul99/v8m-rb.git@master
Visibility:
Public.

Description

MIPS: CodeStubs contain their corresponding Isolate* now. (part 2) Port r20940 (a5dde97) Original commit message: This CL mechanically removes all useless Isolate* parameters from code stub functions, making things quite a bit simpler. BUG=359977 LOG=y

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -88 lines) Patch
M src/mips/code-stubs-mips.cc View 35 chunks +31 lines, -62 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 10 chunks +14 lines, -14 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/macro-assembler-mips.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M test/cctest/test-code-stubs-mips.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 8 months ago (2014-04-24 14:31:20 UTC) #1
Paul Lind
lgtm
6 years, 8 months ago (2014-04-24 14:49:42 UTC) #2
Paul Lind
6 years, 8 months ago (2014-04-24 14:52:06 UTC) #3
Committed as r20945.

Powered by Google App Engine
This is Rietveld 408576698