summaryrefslogtreecommitdiff
path: root/build-aux/measurestack
AgeCommit message (Collapse)Author
2025-04-01measurestack: Rework the skip-call API to speed things upLuke T. Shumaker
2025-04-01measurestack: Bypassing hash() has measureable speedupLuke T. Shumaker
2025-04-01measurestack: Cache resolve_funcname()Luke T. Shumaker
2025-04-01measurestack: Try to speed up resolve_funcname()Luke T. Shumaker
2025-04-01measurestack: Try to tidy analyze.py a bitLuke T. Shumaker
2025-04-01measurestack: Intern QNames and BaseNamesLuke T. Shumaker
2025-04-01measurestack: Avoid using sorted() during analysisLuke T. Shumaker
2025-04-01measurestack: Compile all regexes upfrontLuke T. Shumaker
2025-03-31measurestack: Cache QName.base()Luke T. Shumaker
2025-03-31measurestack: Allow output groups to be emptyLuke T. Shumaker
2025-03-31measurestack: Split into several filesLuke T. Shumaker
2025-03-31measurestack: Don't print the abspath in "included:" linesLuke T. Shumaker
2025-03-31measurestack: Try to reduce how often we call str()Luke T. Shumaker
2025-03-31measurestack: Fix typos in ROM funcsLuke T. Shumaker
2025-03-31measurestack: Fix pretty-printing of BaseName and QNameLuke T. Shumaker
2025-03-31stack.c.gen: Set up pytestLuke T. Shumaker