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

Issue 7239020: MIPS: Long branch implementation and trampoline improvement. (Closed)

Created:
9 years, 6 months ago by Paul Lind
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Long branch implementation and trampoline improvement. Improve the branch and branch-trampoline mechanism to automatically use long-jumps when function size grows large. Reduce size of emitted trampoline pools. Now passes mozilla regress-80981.js. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=8433

Patch Set 1 #

Total comments: 14

Patch Set 2 : Update per comments, refactor buffer-growth-blocking for internal refs. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+546 lines, -238 lines) Patch
M src/mips/assembler-mips.h View 1 13 chunks +75 lines, -28 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 17 chunks +267 lines, -182 lines 0 comments Download
M src/mips/assembler-mips-inl.h View 1 2 chunks +9 lines, -3 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/constants-mips.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +22 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 15 chunks +169 lines, -24 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Paul Lind
9 years, 6 months ago (2011-06-24 05:56:13 UTC) #1
Søren Thygesen Gjesse
LGTM with comments I find the additional argument for lui and ori somewhat obscure. http://codereview.chromium.org/7239020/diff/1/src/mips/assembler-mips.cc ...
9 years, 6 months ago (2011-06-24 13:05:15 UTC) #2
Paul Lind
Changed the method of blocking buffer growth from a boolean passed around, to a class ...
9 years, 6 months ago (2011-06-28 06:53:14 UTC) #3
Søren Thygesen Gjesse
9 years, 6 months ago (2011-06-28 06:58:19 UTC) #4
LGTM

I will commit it.

Powered by Google App Engine
This is Rietveld 408576698