Relates :
|
|
Relates :
|
The function clean_weak_method_links is called when there's been redefinition for every method of every class to check for old (redefined) methods in MethodData. This adds overhead to class unloading and time. This work should be done during class redefinition and disallow new MethodData from being created with old methods.