rpgoldman / europa-pso

Automatically exported from code.google.com/p/europa-pso
0 stars 0 forks source link

Object domains should contain entity keys rather than double-cast pointers #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Object domains are currently enumerated domains containing the addresses of
the objects cast to doubles. This is untenable on 64-bit platforms because
pointers can conceivably be larger than is accurately representable by a
standard double. As a result, I suggest moving to holding integer entity
keys in those domains and providing a method on Entity for getting Ids from
keys.

Original issue reported on code.google.com by miata...@gmail.com on 15 Sep 2009 at 3:59

GoogleCodeExporter commented 9 years ago
The method already exists for getting the ID from key.

Original comment by mcgann.conor@gmail.com on 16 Oct 2009 at 6:22

GoogleCodeExporter commented 9 years ago
Fixed in r5923

Original comment by miata...@gmail.com on 1 Dec 2009 at 4:16