Re: GWT fast vs slow path

2011-08-11 Thread Mark Roos
Rémi asked About reordering the chain of GWT, what do you want exactly ? Well until the chain gets long enough to change to some form of table lookup it would be nice if the GWTs which have the most 'fast' path test successes were moved to the front of the chain. In this case the 'fast' path b

Re: GWT fast vs slow path

2011-08-11 Thread Rémi Forax
On 08/11/2011 11:39 PM, Mark Roos wrote: I was wondering what the expected differences are in the usage of these two paths. The names imply something but I find it confusing. In my use case ( in line cache) one of the paths is directly into a method handle to invoke and the other goes to eith