utopia-rise / godot-kotlin-jvm

Godot Kotlin JVM Module
MIT License
576 stars 39 forks source link

enh: remove MethodBind array on cpp side in favor of JVM stored MethodBind ptr #541

Closed piiertho closed 9 months ago

piiertho commented 9 months ago

This removes MethodBind array in favor of MethodBind ptr stored on JVM side.
Before entry was initializing MethodBind array when bootstrap initialize. Now, instead we fetch MethodBind Ptr and store them in an internal generated marshall Object.