pharo-project / pharo-vm

This is the VM used by Pharo
http://pharo.org
Other
110 stars 67 forks source link

Do not retain any selectors in CogAbstractInstruction #798

Closed RenaudFondeur closed 1 month ago

RenaudFondeur commented 1 month ago

CogAbstractInstruction implements an overly conservative version of requiredMethodNames:. This provokes the retaining of lots of methods that should not be retained.

Fix https://github.com/pharo-project/pharo-vm/issues/786

guillep commented 1 month ago

CI went ok! Thanks @RenaudFondeur !