RESOLVED FIXED 30899
WebKit fails to build release on 32-bit Windows systems
https://bugs.webkit.org/show_bug.cgi?id=30899
Summary WebKit fails to build release on 32-bit Windows systems
Steve Falkenburg
Reported 2009-10-28 22:54:18 PDT
We exceed the user-mode virtual address space of 2GB during the link phase of WebKit due to the large size of the WebCore static library (> 1.6GB). Adding an all-in-one file to build the JS bindings can reduce this by about 300MB and get us safely under the limit.
Attachments
Add js bindings all-in-one (161.55 KB, patch)
2009-10-28 22:55 PDT, Steve Falkenburg
mrowe: review+
Steve Falkenburg
Comment 1 2009-10-28 22:55:50 PDT
Created attachment 42081 [details] Add js bindings all-in-one
Mark Rowe (bdash)
Comment 2 2009-10-28 22:59:00 PDT
Comment on attachment 42081 [details] Add js bindings all-in-one rs=me
Eric Seidel (no email)
Comment 3 2009-11-01 18:20:43 PST
Note You need to log in before you can comment on or make changes to this bug.