Comment #1 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
This assert is because the x86 byte instructions address registers al, cl, dl, bl, and ah, ch, dh, bh. There are no byte instructions addressing the lower bytes of esi, edi, ebp, and esp. So uses of move_b must use a "byte-register", and not esi or edi.
I'll look for the culprit. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
