Bug 30899 - WebKit fails to build release on 32-bit Windows systems
Summary: WebKit fails to build release on 32-bit Windows systems
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-28 22:54 PDT by Steve Falkenburg
Modified: 2009-11-01 18:20 PST (History)
1 user (show)

See Also:


Attachments
Add js bindings all-in-one (161.55 KB, patch)
2009-10-28 22:55 PDT, Steve Falkenburg
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Falkenburg 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.
Comment 1 Steve Falkenburg 2009-10-28 22:55:50 PDT
Created attachment 42081 [details]
Add js bindings all-in-one
Comment 2 Mark Rowe (bdash) 2009-10-28 22:59:00 PDT
Comment on attachment 42081 [details]
Add js bindings all-in-one

rs=me
Comment 3 Eric Seidel (no email) 2009-11-01 18:20:43 PST
Looks like this landed:
http://trac.webkit.org/changeset/50261