Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
2199 days ago
Actually, Objective-C's tagged pointers mostly rely on malloc's alignment guarantees.
2 comments
dan-robertson
2199 days ago
This is the case for most tagged pointer systems. Indeed most of them come from a time when 32 bit support was required.
link
esmi
2199 days ago
Sure. Some software has to exist to make use of this system, for example something has to create the tag in the first place, and mall ic is a part of that, but the large address space is what makes them possible.
link