From 4c86dbcd40d591be9d635970460cfec8add61238 Mon Sep 17 00:00:00 2001 From: jkelaty Date: Fri, 6 Dec 2024 09:30:10 -0800 Subject: [PATCH] Add one more todo --- tools/heapsnapshot.py | 1 + 1 file changed, 1 insertion(+) 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)