Comment #2 on issue 1406 by [email protected]: layout test
canvas-putImageData crashes on Windows in v8
http://code.google.com/p/v8/issues/detail?id=1406
In lithium-ia32.cc, we make sure that StoreKeyedSpecializedArray uses a
byte register in two cases, but not for PixelArray. Probably PixelArray
needs to be added here.
if (array_type == kExternalByteArray ||
array_type == kExternalUnsignedByteArray) {
// We need a byte register in this case for the value.
val = UseFixed(instr->value(), eax);
Load does not have the same problem.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev