Re: [webkit-dev] Help with GTK build

2011-01-09 Thread Joone Hur
On Sat, Jan 8, 2011 at 8:50 PM, Alejandro G. Castro wrote: > On Sat, Jan 08, 2011 at 12:20:18PM +0100, Alejandro G. Castro wrote: >> >> [...] >> >> Yeah, it is the length, we already had that issue when doing "make >> dist". It looks like adding "Source" is adding enough characters to >> cause the

[webkit-dev] EventListener Invocation Cost?

2011-01-09 Thread Alex Milowski
I'm working on an experiment that uses EventListener instances to handle a large number of events. I've noticed there is quite a bit of overhead when invoking a Javascript-based event listener. I'm not sure there is a lot that can be done about it. I've looked through the implementation of how t