diff --git a/tools/heapsnapshot.py b/tools/heapsnapshot.py index 637e7463..d3c0c92d 100644 --- a/tools/heapsnapshot.py +++ b/tools/heapsnapshot.py @@ -74,6 +74,7 @@ def convertToSnapshot(data): stringToSnapshotIndex = {} def getUniqueId(address): + # TODO: we should hash this to an int32 instead of using the address directly # Addresses are hexadecimal strings return int(address, 16)