Comment #1 on issue 866 by sgbeal: kHandleZapValue constant is a legitimate Object address
http://code.google.com/p/v8/issues/detail?id=866

Ideally kHandleZap should (IMO) be the address of some internal stack-allocated object. It would then be guaranteed not to have an address used by any other object in the system.

e.g.

static const int x = 0;
const void * kHandleZap = static_cast<void const *>(&x);


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to