| 1 - how? 2 - I agree it would work, but not "just fine." There will be a significant difference. 3 - close, but more severe. Mark Guzdial |
| On 2, you're missing something essential about compiling a method to bytecodes and how SmallInteger's + is implemented now. On 3, we're talking about setting the superclass of ANY class to nil. What happens when you send a message to instance of the class? It's actually VM specific what happens, but that it's a VM issue is key here. Mark Guzdial |
| I just dont' understand how this could affect anything since the method is never looked up anyways Jared Parsons |