ext-pmmpthread
ext-pmmpthread copied to clipboard
First look at preferring autoload over class copying
this is currently unfinished, and it will attempt to fire the autoloader for every class when INHERIT_ALL is used, which is not intended.
the aim is to avoid class copying wherever possible, since copying classes is a source of stability issues.
this change also allows sidestepping #73 for named classes.