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

Issue 248033: Return the original value when assigning to a pixel array (Closed)

Created:
11 years, 2 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Return the original value when assigning to a pixel array. After fast-case assignment to a pixel array the original value assigned is now returned. Before the un-tagged smi value was returned causing crashes. BUG=22913 TEST=cctest/test-api/PixelArray Committed: http://code.google.com/p/v8/source/detail?r=2985

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -0 lines) Patch
M src/ia32/ic-ia32.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 2 chunks +39 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Søren Thygesen Gjesse
Fast case pixel array in not implemented on x64 or ARM.
11 years, 2 months ago (2009-09-29 14:42:02 UTC) #1
Mads Ager (chromium)
11 years, 2 months ago (2009-09-29 14:52:32 UTC) #2
LGTM.  We should implement this on at least X64!

Powered by Google App Engine
This is Rietveld 408576698