[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 11 14:34:12 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1094
--- Comment #121 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
ok i have some (small) changes that got mixed up with the broken-ness:
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=37e33e6c5
reduce down one more line in walkmethod.__get__
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=bcab1f6
lambda is a singleton (hashable) therefore can be safely set as the
default option to a function parameter
https://bugs.libre-soc.org/show_bug.cgi?id=1094#c89
https://git.libre-soc.org/?p=openpower-isa.git;a=commitdiff;h=67a3df94
reduce number of lines slightly by using yield from filter(match, ...)
with this being so low-level / critical, now, and i think things have
stabilised, let's move to the usual "branch-and-test-and-review-and-rebase"?
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list