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

Issue 1542313002: MIPS: [runtime] Introduce dedicated JSBoundFunction to represent bound functions. (Closed)

Created:
5 years ago by akos.palfi.imgtec
Modified:
4 years, 12 months ago
Reviewers:
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

MIPS: [runtime] Introduce dedicated JSBoundFunction to represent bound functions. Port for https://codereview.chromium.org/1542963002/ BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+428 lines, -20 lines) Patch
M src/full-codegen/mips/full-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/full-codegen/mips64/full-codegen-mips64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/builtins-mips.cc View 4 chunks +198 lines, -0 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 4 chunks +198 lines, -0 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 chunk +11 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698