Optimize loads from read-only entities.
If we can prove that an entity is never written to, replace all loads to the entity by the value of its initializer.
Please register or sign in to comment
If we can prove that an entity is never written to, replace all loads to the entity by the value of its initializer.