Re: [v8-users] Are functions which defined using eval or new Function() optimized?

2018-03-03 Thread Koray
over the place) based on the > assumption that prototypes don't change much. When they do, optimized code > built on such assumptions must be discarded. That may or may not be an > issue for your use case, the only way to find out is to try. > > > > On Fri, Mar 2, 2018 at

[v8-users] Are functions which defined using eval or new Function() optimized?

2018-03-02 Thread Koray
Forwarding here from Node.js group as this one is more appropriate. Hello, I have a real time application which will require constant updates / bug fixes. So I will be constantly defining new functions on prototypes or constructors. My question is, will there be a difference between functions