After #902 is merged, we should be able to make aliases conditional. By flagging the call with metadata, we should be able to scan the chunk tree and see if multiple references to a particular alias exists in a given context. If only one exists then we can avoid the slight variable overhead and access the method in question directly.
After #902 is merged, we should be able to make aliases conditional. By flagging the call with metadata, we should be able to scan the chunk tree and see if multiple references to a particular alias exists in a given context. If only one exists then we can avoid the slight variable overhead and access the method in question directly.