solomono / kiama

Automatically exported from code.google.com/p/kiama
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Look into identity hash set for circular attributes #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment we use an identity hash map to Unit, but could probably subclass 
the hash sets or 
something with an identity comparison.

This is also now relevant for uncached based attributes which need an identity 
set to detect 
circularity but are currently using a hashmap.

Original issue reported on code.google.com by inkytonik on 14 Jun 2009 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 5 Nov 2009 at 2:46

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 5 Nov 2009 at 4:59

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 6 Nov 2009 at 1:29

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 10 Nov 2009 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 26 Jul 2010 at 5:06

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 26 Jul 2010 at 5:07

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 15 Jun 2012 at 9:28

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 3 Jan 2014 at 3:20

GoogleCodeExporter commented 9 years ago
Version 1.6.0 uses weak identity-based sets for the internal sets in circular 
attributes (r083ed05eef35).

Original comment by inkytonik on 3 Jan 2014 at 8:50

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 3 Feb 2014 at 4:23

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 9 May 2014 at 3:49