Reminds me of using NSString, which is a "tagged pointer" in iOS. For very short strings, it's not actually a 4 byte pointer to an object, but simply a short string itself.
Reminds me of using NSString, which is a "tagged pointer" in iOS. For very short strings, it's not actually a 4 byte pointer to an object, but simply a short string itself.