Project

General

Profile

« Previous | Next » 

Revision be91995a

Added by tenderlovemaking (Aaron Patterson) about 4 years ago

Remove T_OBJECT runtime check

If the cached class uses the default allocator, then all instances
coming from the class should be T_OBJECT instances. Meaning we can just
check the allocator function at compile time, then skip the runtime
T_OBJECT check