binary search debugging of compilers

Max B <tekk.nolagi@gmail.com>
Fri, 19 May 2023 16:31:39 -0500

          From comp.compilers

Related articles
[14 earlier articles]
Re: binary search debugging of compilers gah4@u.washington.edu (gah4) (2023-05-17)
Re: binary search debugging of compilers spibou@gmail.com (Spiros Bousbouras) (2023-05-18)
Re: binary search debugging of compilers rsc@swtch.com (Russ Cox) (2023-05-18)
Re: binary search debugging of compilers 864-117-4973@kylheku.com (Kaz Kylheku) (2023-05-19)
Re: binary search debugging of compilers 864-117-4973@kylheku.com (Kaz Kylheku) (2023-05-19)
binary search debugging of compilers cclick0@gmail.com (Cliff Click) (2023-05-19)
binary search debugging of compilers tekk.nolagi@gmail.com (Max B) (2023-05-19)
Re: binary search debugging of compilers tkoenig@netcologne.de (Thomas Koenig) (2023-05-19)
Re: binary search debugging of compilers mrs@kithrup.com (2023-05-20)
Re: binary search debugging of compilers gah4@u.washington.edu (gah4) (2023-05-20)
| List of all articles for this month |

From: Max B <tekk.nolagi@gmail.com>
Newsgroups: comp.compilers
Date: Fri, 19 May 2023 16:31:39 -0500
Organization: Compilers Central
References: 23-05-003 23-05-005 23-05-006 23-05-008 23-05-011 23-05-012 23-05-015
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="202"; mail-complaints-to="abuse@iecc.com"
Keywords: tools, debug
Posted-Date: 20 May 2023 18:02:46 EDT

We did something similar -- delta debugging -- with the Cinder JIT. Except
we didn't have hashes, but instead lists of function names. It's an
incredibly useful approach.


See more at https://bernsteinbear.com/blog/cinder-jit-bisect/


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.