Commits

David Farler committed 0825841ef6f
Emit static dispatch for super methods of same-module implementations When the nearest implementation of a superclass's implementation of a method is in the same module, eagerly emit a direct call to the method instead of relying on the devirtualizer for these, since this is a very lightweight check and can make -Onone builds faster.