Hi

I read the following lines about varargs on
http://sinnema313.wordpress.com/2008/11/16/performance-tuning-a-gwt-application/

Variable argument lists are sometimes quite handy. However, we’ve
found that they come at a severe performance penalty, because a
JavaScript array needs to be created to wrap the arguments. So if at
all possible, use fixed argument lists, even though this may be less
convenient from a code writing/maintaining perspective.

Is that correct?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to