ext-pmmpthread icon indicating copy to clipboard operation
ext-pmmpthread copied to clipboard

First look at preferring autoload over class copying

Open dktapps opened this issue 2 years ago • 0 comments

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.

dktapps avatar May 19 '23 21:05 dktapps