Bug 246322
| Summary: | encode WebCore::Paths using a trailing "end of path" marker instead of an element count prefix | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
| Component: | Layout and Rendering | Assignee: | Cameron McCormack (:heycam) <heycam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 246319 | ||
| Bug Blocks: | |||
Cameron McCormack (:heycam)
The decoder doesn't need to know the number of elements ahead of time, and writing a uint8_t marker at the end instead of a uint64_t at the start can save some bytes.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/101015632>
Cameron McCormack (:heycam)
rdar://100873493
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/5264
EWS
Committed 255452@main (09496e855222): <https://commits.webkit.org/255452@main>
Reviewed commits have been landed. Closing PR #5264 and removing active labels.
EWS
Committed 252432.632@safari-7614-branch (81b6f2dd592c): <https://commits.webkit.org/252432.632@safari-7614-branch>
Reviewed commits have been landed. Closing PR #154 and removing active labels.