Re: [5.0] Optimizing the core a bit more

2003-07-18 Thread Remy Maucherat
Remy Maucherat wrote: In an effort to tweak the core a bit more to simplify things: - Remove ContainerBase.invoke: A Container always has a Pipeline associated with it; as such, the Container interface should have a getPipeline method, and this should be called instead. This will reduce a bit t

[5.0] Optimizing the core a bit more

2003-07-18 Thread Remy Maucherat
In an effort to tweak the core a bit more to simplify things: - Remove ContainerBase.invoke: A Container always has a Pipeline associated with it; as such, the Container interface should have a getPipeline method, and this should be called instead. This will reduce a bit the call stack. - I no