[webkit-dev] Why does Frame.h use mutable members instead of OwnPtr?

Eric Seidel eric at webkit.org
Thu Jun 10 00:04:24 PDT 2010


This causes a huge header dependency cascade, bloating object files
and slowing down builds.  I can't imagine avoiding the pointer
indirection is actually a measurable runtime savings (at least in most
cases).

-eric


More information about the webkit-dev mailing list