Does Godot auto inline functions?

There’s a thread on high function overhead, I doubt export is going to add a drastic time-saver like inlining gdscript. If you are worried about such micro-optimizations I would recommend converting this class to a GDExtension where one has micro-optimization control.

1 Like