Groups | Search | Server Info | Login | Register


Groups > comp.compilers > #3479

binary search debugging of compilers

From Cliff Click <cclick0@gmail.com>
Newsgroups comp.compilers
Subject binary search debugging of compilers
Date 2023-05-19 10:47 -0700
Organization Compilers Central
Message-ID <23-05-023@comp.compilers> (permalink)
References <23-05-013@comp.compilers> <23-05-018@comp.compilers>

Show all headers | View raw


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

Back to comp.compilers | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Re: binary search debugging of compilers Russ Cox <rsc@swtch.com> - 2023-05-17 10:55 -0400
  Re: binary search debugging of compilers Cameron McInally <cameron.mcinally@nyu.edu> - 2023-05-17 13:40 -0400
  Re: binary search debugging of compilers Kaz Kylheku <864-117-4973@kylheku.com> - 2023-05-17 18:47 +0000
  Re: binary search debugging of compilers Spiros Bousbouras <spibou@gmail.com> - 2023-05-18 10:50 +0000
    Re: binary search debugging of compilers Kaz Kylheku <864-117-4973@kylheku.com> - 2023-05-19 03:44 +0000
    binary search debugging of compilers Cliff Click <cclick0@gmail.com> - 2023-05-19 10:47 -0700
  Re: binary search debugging of compilers mrs@kithrup.com (Mike Stump) - 2023-05-20 18:04 +0000

csiph-web