Skip to content

Commit ca110de

Browse files
committed
Add TODO about nested lists/tuples in TensorGenerator.java.
1 parent fe8c890 commit ca110de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

com.ibm.wala.cast.python.ml/source/com/ibm/wala/cast/python/ml/client/TensorGenerator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,8 @@ else if (valueIK instanceof AllocationSiteInNode) {
313313
AllocationSiteInNode asin = getAllocationSiteInNode(valueIK);
314314
TypeReference reference = asin.getConcreteType().getReference();
315315

316+
// TODO: Does this work for nested lists/tuples? Try
317+
// https://gemini.google.com/share/4db81a3c0908.
316318
if (reference.equals(list) || reference.equals(tuple)) {
317319
OrdinalSet<InstanceKey> objectCatalogPointsToSet =
318320
pointerAnalysis.getPointsToSet(

0 commit comments

Comments
 (0)