> The proposed design requires adding a FooInlines.h include to source files 
> that use that function, when any function moves into FooInlines.h. This can 
> happen any time a function is made inline or when a short inline function 
> gets longer.

You convinced me; I hadn't considered this burden.

Le me amend:

> (2) Adopt the convention that any class using "*Inlines.h" defines all inline 
> functions defined out-of-line in "*Inlines.h"

To

(2) Adopt the convention that nothing goes into "*Inlines.h" by default, and 
functions are added on demand as we discover functions that cause compile 
failures or long compile times.

Geoff

_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to