GodotSharp icon indicating copy to clipboard operation
GodotSharp copied to clipboard

Speed up virtual method calls with method thunks

Open neikeq opened this issue 9 years ago • 0 comments

We are already using method thunks for some methods.

It would be good if we could use method thunks for methods that are called many times, e.g: _fixed_process.

neikeq avatar Aug 06 '16 20:08 neikeq