[Webkit-unassigned] [Bug 20760] Implement support for x86 Linux in CTI

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 7 14:00:38 PDT 2008


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


alp at nuanti.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24159|                            |review?
               Flag|                            |




------- Comment #22 from alp at nuanti.com  2008-10-07 14:00 PDT -------
Created an attachment (id=24159)
 --> (https://bugs.webkit.org/attachment.cgi?id=24159&action=view)
Enable SFX on Linux/GTK, updated

Now avoids duplication of CTI_ARGS.

-        WRECFunction m_wrecFunction;
+        void* m_wrecFunction;

You could put WRECFunction in its own header file but I'm not convinced it's
worth it. The way JITted code is passed around is probably going to have to
change soon anyway so splitting this typedef out into its own header will just
make more work. Besides, this pointer is invoked only in one place and is
mostly treated as data so the type safety argument seems bogus.


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



More information about the webkit-unassigned mailing list