Hacker News new | ask | show | jobs
by Dylan16807 1172 days ago
Because a new object can have the same address as p, so comparing to p isn't enough to tell you if you have a copy of p or a live pointer to something else.