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

Issue 8217011: Fixing issue 1757 (string slices of external strings). (Closed)

Created:
9 years, 2 months ago by Yang
Modified:
9 years, 2 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Fixing issue 1757 (string slices of external strings). BUG=v8:1757 TEST=regress-1757.js Committed: http://code.google.com/p/v8/source/detail?r=9573

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -14 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A test/mjsunit/regress/regress-1757.js View 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Yang
The problem was cause by object_ being changed before bailing out to runtime. Therefore a ...
9 years, 2 months ago (2011-10-10 15:56:15 UTC) #1
Jakob Kummerow
9 years, 2 months ago (2011-10-10 16:04:41 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698