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

Issue 107003008: MIPS: Avoid unnecessary branches in array constructor stubs. (Closed)

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

Description

MIPS: Avoid unnecessary branches in array constructor stubs. Port r18427 (4db045a) BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -28 lines) Patch
M src/mips/code-stubs-mips.cc View 3 chunks +6 lines, -21 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +7 lines, -5 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
kilvadyb
6 years, 11 months ago (2014-01-02 13:36:43 UTC) #1
Paul Lind
LGTM.
6 years, 11 months ago (2014-01-02 16:48:49 UTC) #2
Paul Lind
6 years, 11 months ago (2014-01-02 16:56:07 UTC) #3
Committed as r18446.

Powered by Google App Engine
This is Rietveld 408576698