[Webkit-unassigned] [Bug 135299] Fix 32-bit build breakage for type profiling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 25 12:42:51 PDT 2014


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


Saam Barati <sbarati at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #235538|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Saam Barati <sbarati at apple.com>  2014-07-25 12:43:05 PST ---
Created an attachment (id=235538)
 --> (https://bugs.webkit.org/attachment.cgi?id=235538&action=review)
patch 

32-bit builds currently break because global variable IDs for high fidelity type profiling are int64_t. Change this to intptr_t so that it's 32 bits on 32-bit platforms and 64 bits on 64-bit platforms.

-- 
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