Re: Performance overhead of virtual methods

2009-01-15 Thread nathan.r.matth...@googlemail.com
Thanks Jason and to the others who responded. Question answered :) On Jan 3, 12:09 pm, Jason Morris lem...@gmail.com wrote: nathan.r.matth...@googlemail.com wrote: Hi GWTers I'm writing some performance sensitive code for GWT. I'm wondering how GWT compilesvirtualfunctions to JavaScript.

Re: Performance overhead of virtual methods

2009-01-03 Thread Jason Morris
nathan.r.matth...@googlemail.com wrote: Hi GWTers I'm writing some performance sensitive code for GWT. I'm wondering how GWT compiles virtual functions to JavaScript. What's the associated performance overhead? Obviously I'd like to use proper polymorphism but if there's a significant

Re: Performance overhead of virtual methods

2009-01-03 Thread Reinier Zwitserloot
Assuming you meant 'virtual' in the C++ sense, then, nothing. On Jan 3, 1:09 pm, Jason Morris lem...@gmail.com wrote: nathan.r.matth...@googlemail.com wrote: Hi GWTers I'm writing some performance sensitive code for GWT. I'm wondering how GWT compiles virtual functions to JavaScript.