Related articles |
---|
[13 earlier articles] |
Re: binary search debugging of compilers 864-117-4973@kylheku.com (Kaz Kylheku) (2023-05-17) |
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) |
From: | Cliff Click <cclick0@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Fri, 19 May 2023 10:47:07 -0700 |
Organization: | Compilers Central |
References: | 23-05-013 23-05-018 |
Injection-Info: | gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="20349"; mail-complaints-to="abuse@iecc.com" |
Keywords: | debug, tools |
Posted-Date: | 19 May 2023 15:57:36 EDT |
Content-Language: | en-US |
HotSpot C2 compiler has a set of -XX debugging flags for doing binary
search on top-level methods to compile with C2 (or C1 or interpret), and
a similar control over which methods to inline. While I was at Sun I had
a bisect shell script to narrow down failing compilations (and trim the
set of inlined methods).
Cliff
Return to the
comp.compilers page.
Search the
comp.compilers archives again.