Skip to content

Optimize field lookups in Lua metatables

Hanicef requested to merge Hanicef/SRB2:optimize-field-lookup into next

Finishing off Hannu Hanhi's field lookup optimization [Hannu_Hanhi/SRB2@b794a735]. Fixes performance problems when accessing fields in userdata types, which is a big performance bottleneck at the moment.

Merge request reports