[webkit-reviews] review requested: [Bug 135299] Fix 32-bit build breakage for type profiling : [Attachment 235538] patch

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


Saam Barati <sbarati at apple.com> has asked  for review:
Bug 135299: Fix 32-bit build breakage for type profiling
https://bugs.webkit.org/show_bug.cgi?id=135299

Attachment 235538: patch 
https://bugs.webkit.org/attachment.cgi?id=235538&action=review

------- Additional Comments from Saam Barati <sbarati at apple.com>
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.


More information about the webkit-reviews mailing list