-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This branch initializes all ivar's to `nil`. By doing this we create less new shapes becasue the ivar order is already set. This branch is experimental. One caveat is this will break code that checks if an instance variable is defined because it will always be "instance-variable" after this change.
- Loading branch information
1 parent
efd611c
commit 8e3fc8e
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters