Skip to content

gtype: Speed up type checking for final types

Matthias Clasen requested to merge final-type-check-2 into main

Store the final flag directly in the TypeNode, so we can get it cheaply, and use it to speed up g_type_instance_is_a for final types.

Edited by Matthias Clasen

Merge request reports