pvginkel / Jint2

Jint improved
0 stars 0 forks source link

Optimize function calls #31

Open pvginkel opened 10 years ago

pvginkel commented 10 years ago

It may be possible to not have real function objects in certain circumstances:

In this case, don't create a function object; change the signature of the function to make it have real arguments and change calls from JsObject.Execute to a real call.