[Webkit-unassigned] [Bug 79608] Getting the instruction stream for a code block should not require two loads

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 26 14:25:44 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79608


Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #128927|0                           |1
        is obsolete|                            |
 Attachment #128927|review?                     |
               Flag|                            |
 Attachment #128929|                            |review?
               Flag|                            |




--- Comment #6 from Filip Pizlo <fpizlo at apple.com>  2012-02-26 14:25:44 PST ---
Created an attachment (id=128929)
 --> (https://bugs.webkit.org/attachment.cgi?id=128929&action=review)
the patch

Changed CompactVector(const Vector&) constructor to be explicit, and to use memcpy.

Tried, and failed, to add static asserts for T being POD.  I failed because JSC::Instruction is not POD according to Clang, but we use it as if it were POD.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list