pharo-project / pharo-vm

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

small change in dead code elimination to considers a method with only comments empty #843

Closed RenaudFondeur closed 1 month ago

RenaudFondeur commented 1 month ago

related to https://github.com/pharo-project/pharo-vm/pull/832

comments support was not here when the dead code elimination visitor was done, fix a bug happening with single statement method getting inlined.