Bug 265828
| Summary: | [Cocoa] Reduce allocations required to log a message | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
| Component: | WebKit2 | Assignee: | Brent Fulgham <bfulgham> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 255222 | ||
| Bug Blocks: | |||
Brent Fulgham
In Bug 255222, we begin routing logging messages from the WebContent Process to the Network Process (on iOS). This involved making a few copies of data that seemed to be unnecessary.
This patch attempts to tighten this up a bit.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/119156074>
Brent Fulgham
Pull request: https://github.com/WebKit/WebKit/pull/21306
Brent Fulgham
This didn't pan out as a good change.