Re: [JSMentors] Performance of apply vs call

2010-12-21 Thread Balázs Galambosi
Shane Tomlinson wrote: I realize it is probably a micro-optimization and I don't need to change my code in most places, but I was thinking if I ever came into a performance critical loop where a superclass' function was called, this could start to become an issue. I tend to dislike when

Re: [JSMentors] Performance of apply vs call

2010-12-21 Thread Balázs Galambosi
So thanks for the answer, and before flaming the next person, consider that there are legitimate uses that you haven't thought of. I don't know where you got the feeling that I'm flaming you. :) I was basically stating facts. If you need to create that many object in a loop, you're doing it