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

Issue 211453002: MIPS: Refactor optimized in hydrogen only runtime functions. (Closed)

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

Description

MIPS: Refactor optimized in hydrogen only runtime functions. Port r20252 (d0f806b) Original commit message: This splits all runtime function into 3 categories: 1) RUNTIME: implemented in runtime and called from both full and optimized code. 2) RUNTIME_HIDDEN: implemented in runtime, never called directly from JS builtins. 3) INLINE: inlined in both full and optimized code 4) INLINE_OPTIMIZED: inlined in optimized code, implemented in runtime for full code. BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -14 lines) Patch
M src/mips/code-stubs-mips.cc View 9 chunks +9 lines, -9 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 9 months ago (2014-03-25 17:09:50 UTC) #1
Paul Lind
lgtm
6 years, 9 months ago (2014-03-25 17:38:21 UTC) #2
Paul Lind
6 years, 9 months ago (2014-03-25 17:42:26 UTC) #3
Committed as r20257.

Powered by Google App Engine
This is Rietveld 408576698