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

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sun Jun 18 19:10:40 BST 2023


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

--- Comment #156 from Dmitry Selyutin <ghostmansd at gmail.com> ---
(In reply to Dmitry Selyutin from comment #155)
> I think we can leave the short form, but internally we can implement
> everything as callables. Holy cow that's really powerful!


Nah, implementing everything as callables loses one benefit: we can have hash
lookup with types, with callables we're limited to linear search. It's not that
it's critical (who's crazy to establish thousands of hooks?), but it hurts the
beauty of the code. I'm currently checking something more graceful.

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


More information about the libre-soc-bugs mailing list