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

Issue 8585041: MIPS: Change generated code for substring not to bail out to runtime system. (Closed)

Created:
9 years, 1 month ago by kisg
Modified:
9 years, 1 month ago
Reviewers:
Paul Lind, danno, Yang
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Change generated code for substring not to bail out to runtime system. Port r10012 (09c6bcba81). Original commit message: There is no need to bail out to runtime system when creating sliced strings of external strings since the string content is unimportant. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=10027

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -7 lines) Patch
M src/mips/code-stubs-mips.cc View 2 chunks +5 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
kisg
9 years, 1 month ago (2011-11-17 21:38:33 UTC) #1
Yang
9 years, 1 month ago (2011-11-18 09:12:53 UTC) #2
On 2011/11/17 21:38:33, kisg wrote:

LGTM. Landed with r10027.

Powered by Google App Engine
This is Rietveld 408576698