[Webkit-unassigned] [Bug 36794] Teach RedirectScheduler about URLString

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 30 10:35:29 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36794





--- Comment #9 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-03-30 10:35:28 PST ---
(In reply to comment #8)
> > If we are concerned about the footprint of a KURL, then perhaps we could
> > optimize it.
> 
> Yes, that was the concern. It would be even better, if it can be done.

It seems fairly trivial to store the indices and IsValid bit alongside the
character array in memory such that a null KURL would only require
sizeof(void*) memory.  We could just invent a variant of
StringImpl::createUninitialized that provides for a little extra storage in the
allocation.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list