Is it the same in Version 2? Which is the OP using?
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Discussion List [[email protected]] on behalf of Tony Harminc [[email protected]] Sent: Saturday, June 18, 2022 2:08 PM To: [email protected] Subject: Re: Old PL/I Optimizing compiler - COUNT & FLOW options On Sat, 18 Jun 2022 at 08:53, Robert Prins <[email protected]> wrote: > Does anyone know which library modules are responsible for the > implementation of these two compiler options, and more precisely, for the > reporting of statement counts, as I need to (try to) patch the latter, > given that it treats negative counts as zero, and I now have a program > where four of the counts have turned negative, because the statements are > executed more than 2^31-1 times. According to http://secure-web.cisco.com/1qol48PvmvwyvU-Vi1f7aGKmksvxHw8bnqFB5_TLToKQnvbKn6dAiJSiQY-XIfTaR5iolC3qT6N24hVsQTjfUYpjQqIQJUj9D3jynWCjL47DklWz3F5zO7O5bfrQ0cMkjz-hGrYgt7xFczrNBlBQg7VmH3tuTH9YMuqS1nHCbnTRZ8w2G9QB3z4nG1Nsrusmooh61wJEzajvzH-msvOqRt8ha9ZJ1eFr8Fk-VMWJbkfyG8SknBDJ4prdn9FUTLtDgeBBC7kYmgnO2oa3-Zc_dFLHTjAhBbQXxlSvQ_eLbPIpMB8IthdMY6Hh0MZGO-N0nCbXu6xFZa8cqs6k9qaY6ZeaFiohW75pNe_BAi_QZiqcgCdnkNv2Xop9qWTwgWU4XiFv-4AVbQQ7eZkcWrGrpGG-0JlI4sUz3BegwUwqzneiIj5-y2B4Qw43kY3SdanXN/http%3A%2F%2Fbitsavers.org%2Fpdf%2Fibm%2F370%2Fpli%2FSC33-0025-3_PLI_Optimizing_Compiler_Execution_Logic_Sep85.pdf you want module IBMBEFL. In that book, look at page 141 onwards for the description of how things work, and for the Flow data area, page 369. I'm not seeing right away where the Count info is stored, but I'm sure you can figure it out from there... Tony H. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
