[Libre-soc-bugs] [Bug 1094] insndb instruction database visitor-walker is needed

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Mon Jun 19 21:32:59 BST 2023


https://bugs.libre-soc.org/show_bug.cgi?id=1094

--- Comment #190 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Dmitry Selyutin from comment #187)
> I think sets and frozensets paths are simply hash(item). That is:

I strongly disagree because hash(item) can't be used to select the proper item
-- both because it's a pain to access a set entry via hash and because the hash
may not be unique -- you can have a set {a, b} with len == 2 and hash(a) ==
hash(b)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list