Bug 64299 (carve1)

Summary: WebCore again exceeds linker capacity on profile guided optimization builds.
Product: WebKit Reporter: Bradley Nelson <bradnelson>
Component: New BugsAssignee: Bradley Nelson <bradnelson>
Status: RESOLVED FIXED    
Severity: Normal CC: fishd, hayato
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: All   
Attachments:
Description Flags
Patch to carve off dom.
none
New version of the patch. Fixed some exclusions and an incorrect comment.
fishd: review+
Patch to carve off dom.
none
Patch to carve off dom (updated against newer changelog).
none
introduce FocusIn/FocusOutEventDispatchMediator none

Description Bradley Nelson 2011-07-11 10:50:57 PDT
Created attachment 100327 [details]
Patch to carve off dom.

WebCore again exceeds linker capacity on profile guided optimization builds.
Initially carving off 'dom/'.
Probably should do others for future proofing.
Comment 1 Bradley Nelson 2011-07-11 11:27:44 PDT
Created attachment 100334 [details]
New version of the patch. Fixed some exclusions and an incorrect comment.
Comment 2 Bradley Nelson 2011-07-11 11:50:24 PDT
Created attachment 100339 [details]
Patch to carve off dom.
Comment 3 Bradley Nelson 2011-07-11 12:35:45 PDT
Created attachment 100351 [details]
Patch to carve off dom (updated against newer changelog).
Comment 4 Darin Fisher (:fishd, Google) 2011-07-11 12:51:17 PDT
Comment on attachment 100351 [details]
Patch to carve off dom (updated against newer changelog).

View in context: https://bugs.webkit.org/attachment.cgi?id=100351&action=review

> ChangeLog:3
> +        Reviewed by Darin Fisher.

In the future, do not prefill this field.  Normally, the commit
queue takes care of that.  But, since I'm going to manually
commit this, it's OK :-)
Comment 5 Darin Fisher (:fishd, Google) 2011-07-11 12:56:02 PDT
Landed as http://trac.webkit.org/changeset/90780
Comment 6 Hayato Ito 2011-08-12 00:53:02 PDT
Created attachment 103749 [details]
introduce FocusIn/FocusOutEventDispatchMediator
Comment 7 Hayato Ito 2011-08-12 00:56:34 PDT
Ops. It seems I posted a patch to the wrong place.
That should be 64249. Sorry.