Skip to content
Commit 8ce58d4b authored by Stefan Brüns's avatar Stefan Brüns
Browse files

[PropertyInfo,TypeInfo] Avoid lookup from id during initilization

The initialization used a lookup from ID during initialization to create
a full PropertyInfo/TypeInfo. As the pointer to the shared private data
suffices to create the PI/TI during the actual lookup, remove the lookup.

This removes the largest part of the initialization cost, and is even
slightly faster during lookup.
parent 743d5b26
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment