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

Issue 67103003: Fix register trashing in Emit*ByteSeqStringSetChar (Closed)

Created:
7 years, 1 month ago by Jakob Kummerow
Modified:
7 years, 1 month ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Fix register trashing in Emit*ByteSeqStringSetChar This is currently not observable without --allow-natives-syntax because all internal usages are safe, but it deserves to be fixed nonetheless. BUG=chromium:320922 LOG=N R=yangguo@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=17873

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -26 lines) Patch
M src/arm/full-codegen-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
A + test/mjsunit/regress/regress-crbug-320922.js View 1 chunk +16 lines, -17 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Jakob Kummerow
PTAL.
7 years, 1 month ago (2013-11-19 11:57:10 UTC) #1
Yang
On 2013/11/19 11:57:10, Jakob wrote: > PTAL. LGTM. Thanks!
7 years, 1 month ago (2013-11-19 12:13:54 UTC) #2
Jakob Kummerow
7 years, 1 month ago (2013-11-19 12:59:32 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r17873 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698