Re: How do simulating termination analyzers work?

Liste des GroupesRevenir à theory 
Sujet : Re: How do simulating termination analyzers work?
De : mikko.levanto (at) *nospam* iki.fi (Mikko)
Groupes : comp.theory
Date : 30. Jun 2025, 10:51:53
Autres entêtes
Organisation : -
Message-ID : <103tmnp$23q5l$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
User-Agent : Unison/2.2
On 2025-06-29 14:27:08 +0000, olcott said:

On 6/29/2025 3:56 AM, Mikko wrote:
On 2025-06-28 13:48:36 +0000, olcott said:
 
On 6/28/2025 6:50 AM, Mikko wrote:
On 2025-06-27 23:26:07 +0000, olcott said:
 
On 6/26/2025 4:35 AM, Mikko wrote:
 
On 2025-06-25 14:40:35 +0000, olcott said:
 
 A termination analyzer correctly determines the halt
status of an input program specification for every
input that this program can take. A program specification
taking  zero inputs is merely the simpler case of this
same algorithm.
 So you do. Perhapts it is a matter of taste but honest people
prefer to call a spade a "spade" and not an "earthmover" or a
"manually operated earthmover".
 Every input that a program can take logically includes
programs that take no inputs.
 Yes. But the meaning of "termination analyzer" excludes analyzers
that don't analyze programs that do take inputs.
 Line  506 has the original: u32 H(ptr P, ptr I)
Line 1243 has the original: void P(ptr x)
https://github.com/plolcott/x86utm/blob/master/Halt7.c
*I had to dumb it down to this*
 int main()
{
   HHH(DDD);
   DDD();
}
 *And people still do not understand*
 Call a spade a spade if you want to be understood. If you constantly
changing words to other words that are no better you have no reason
to expect any understanding. You can expect people to understand
Common Language and terms defined in the same message or in the
message you are replying to but not ordinary words with unusual
random meanings.
 
*Termination Analysis without the Tears*
https://www.cs.princeton.edu/~zkincaid/pub/pldi21.pdf
 On page three a code snippet is analyzed that takes
no input and its not even a function.
 That does not contradict what I said. But the algorithm on the sixth
page (1301) illustrates my point that ability to hadle programs with
input is essential (though the purpose of the algorighm is to
illustrate someting else).
 A termination analyzer is required to determine the
halt status of at least one program/C function for
all the inputs/arguments that this program/function
takes, including zero inputs/arguments.
Still refusing to call a spade a spade? OK, but don't blame the
mirror if the face is ugly.
--
Mikko

Date Sujet#  Auteur
17 Jun 25 * How do simulating termination analyzers work?123olcott
18 Jun 25 +* Re: How do simulating termination analyzers work?118Richard Damon
18 Jun 25 i`* Re: How do simulating termination analyzers work?117olcott
18 Jun 25 i +* Re: How do simulating termination analyzers work?90Fred. Zwarts
18 Jun 25 i i`* Re: How do simulating termination analyzers work?89olcott
18 Jun 25 i i +* Re: How do simulating termination analyzers work?6joes
18 Jun 25 i i i`* Re: How do simulating termination analyzers work?5olcott
18 Jun 25 i i i +* Re: How do simulating termination analyzers work?3joes
18 Jun 25 i i i i`* Re: How do simulating termination analyzers work?2olcott
19 Jun 25 i i i i `- Re: How do simulating termination analyzers work?1Richard Damon
19 Jun 25 i i i `- Re: How do simulating termination analyzers work?1Richard Damon
19 Jun 25 i i +* Re: How do simulating termination analyzers work?15Richard Damon
19 Jun 25 i i i`* Re: How do simulating termination analyzers work?14olcott
19 Jun 25 i i i +* Re: How do simulating termination analyzers work?7Fred. Zwarts
19 Jun 25 i i i i`* Re: How do simulating termination analyzers work?6olcott
20 Jun 25 i i i i +- Re: How do simulating termination analyzers work?1Richard Damon
20 Jun 25 i i i i `* Re: How do simulating termination analyzers work?4Fred. Zwarts
20 Jun 25 i i i i  `* Re: How do simulating termination analyzers work?3olcott
21 Jun 25 i i i i   +- Re: How do simulating termination analyzers work?1Richard Damon
22 Jun 25 i i i i   `- Re: How do simulating termination analyzers work?1Fred. Zwarts
20 Jun 25 i i i `* Re: How do simulating termination analyzers work?6Richard Damon
20 Jun 25 i i i  `* Re: How do simulating termination analyzers work?5olcott
20 Jun 25 i i i   `* Re: How do simulating termination analyzers work?4Fred. Zwarts
20 Jun 25 i i i    `* Re: How do simulating termination analyzers work?3olcott
21 Jun 25 i i i     +- Re: How do simulating termination analyzers work?1Richard Damon
22 Jun 25 i i i     `- Re: How do simulating termination analyzers work?1Fred. Zwarts
19 Jun 25 i i +* Re: How do simulating termination analyzers work?19Mikko
19 Jun 25 i i i`* Re: How do simulating termination analyzers work?18olcott
19 Jun 25 i i i +* Re: How do simulating termination analyzers work?16Fred. Zwarts
19 Jun 25 i i i i+* Re: How do simulating termination analyzers work?2olcott
20 Jun 25 i i i ii`- Re: How do simulating termination analyzers work?1Fred. Zwarts
20 Jun 25 i i i i`* Re: How do simulating termination analyzers work?13Mikko
20 Jun 25 i i i i `* Re: How do simulating termination analyzers work?12olcott
21 Jun 25 i i i i  +- Re: How do simulating termination analyzers work?1Richard Damon
21 Jun 25 i i i i  `* Re: How do simulating termination analyzers work?10Mikko
21 Jun 25 i i i i   `* Re: How do simulating termination analyzers work?9olcott
21 Jun 25 i i i i    +- Re: How do simulating termination analyzers work?1Richard Damon
22 Jun 25 i i i i    `* Re: How do simulating termination analyzers work?7Mikko
22 Jun 25 i i i i     `* Re: How do simulating termination analyzers work?6olcott
23 Jun 25 i i i i      `* Re: How do simulating termination analyzers work?5Mikko
23 Jun 25 i i i i       `* Re: How do simulating termination analyzers work?4olcott
24 Jun 25 i i i i        `* Re: How do simulating termination analyzers work?3Mikko
24 Jun 25 i i i i         `* Re: How do simulating termination analyzers work?2olcott
25 Jun 25 i i i i          `- Re: How do simulating termination analyzers work?1Mikko
20 Jun 25 i i i `- Re: How do simulating termination analyzers work?1Richard Damon
19 Jun 25 i i `* Re: How do simulating termination analyzers work?48Fred. Zwarts
19 Jun 25 i i  `* Re: How do simulating termination analyzers work?47olcott
20 Jun 25 i i   `* Re: How do simulating termination analyzers work?46Fred. Zwarts
20 Jun 25 i i    `* Re: How do simulating termination analyzers work?45olcott
21 Jun 25 i i     +- Re: How do simulating termination analyzers work?1Richard Damon
21 Jun 25 i i     `* Re: How do simulating termination analyzers work?43Mikko
21 Jun 25 i i      `* Re: How do simulating termination analyzers work?42olcott
21 Jun 25 i i       +- Re: How do simulating termination analyzers work?1Richard Damon
22 Jun 25 i i       +* Re: How do simulating termination analyzers work?35Mikko
22 Jun 25 i i       i`* Re: How do simulating termination analyzers work?34olcott
23 Jun 25 i i       i `* Re: How do simulating termination analyzers work?33Mikko
23 Jun 25 i i       i  `* Re: How do simulating termination analyzers work?32olcott
24 Jun 25 i i       i   `* Re: How do simulating termination analyzers work?31Mikko
24 Jun 25 i i       i    `* Re: How do simulating termination analyzers work?30olcott
25 Jun 25 i i       i     `* Re: How do simulating termination analyzers work?29Mikko
26 Jun 25 i i       i      `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism28Mikko
28 Jun 25 i i       i       `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism27olcott
28 Jun 25 i i       i        `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism26Mikko
28 Jun 25 i i       i         `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism25olcott
29 Jun09:42 i i       i          `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism24Mikko
29 Jun15:04 i i       i           `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism23olcott
30 Jun18:49 i i       i            `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism22olcott
1 Jul08:51 i i       i             `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism21Mikko
1 Jul12:46 i i       i              `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism20olcott
2 Jul07:53 i i       i               `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism19Mikko
3 Jul23:11 i i       i                `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism18olcott
3 Jul23:58 i i       i                 +- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism1Richard Damon
4 Jul08:25 i i       i                 +* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism5Mikko
4 Jul13:34 i i       i                 i`* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism4olcott
4 Jul14:33 i i       i                 i +* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism2joes
4 Jul18:19 i i       i                 i i`- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism FULL_TRACE1olcott
5 Jul09:32 i i       i                 i `- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism1Mikko
4 Jul09:55 i i       i                 `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism11joes
4 Jul13:16 i i       i                  `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism10olcott
4 Jul14:37 i i       i                   `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism9joes
4 Jul18:30 i i       i                    `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism8olcott
4 Jul19:23 i i       i                     `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism7joes
4 Jul19:37 i i       i                      `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism6olcott
4 Jul20:09 i i       i                       `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism5joes
4 Jul20:15 i i       i                        `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism4olcott
4 Jul21:45 i i       i                         `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism3Richard Damon
4 Jul23:26 i i       i                          `* Re: How do simulating termination analyzers work? ---Truth Maker Maximalism2olcott
5 Jul08:26 i i       i                           `- Re: How do simulating termination analyzers work? ---Truth Maker Maximalism1Fred. Zwarts
29 Jun09:44 i i       `* Re: How do simulating termination analyzers work?5Mikko
29 Jun15:21 i i        `* Re: How do simulating termination analyzers work?4olcott
30 Jun10:58 i i         `* Re: How do simulating termination analyzers work?3Mikko
1 Jul14:02 i i          `* Re: How do simulating termination analyzers work?2olcott
2 Jul08:04 i i           `- Re: How do simulating termination analyzers work?1Mikko
18 Jun 25 i `* Re: How do simulating termination analyzers work?26Richard Damon
18 Jun 25 i  `* Re: How do simulating termination analyzers work?25olcott
18 Jun 25 i   +* Re: How do simulating termination analyzers work?2olcott
19 Jun 25 i   i`- Re: How do simulating termination analyzers work?1Richard Damon
19 Jun 25 i   +- Re: How do simulating termination analyzers work?1Richard Damon
19 Jun 25 i   `* Re: How do simulating termination analyzers work?21Mikko
19 Jun 25 i    `* Re: How do simulating termination analyzers work?20olcott
20 Jun 25 i     `* Re: How do simulating termination analyzers work?19Mikko
18 Jun 25 +- Re: How do simulating termination analyzers work?1Mikko
19 Jun 25 `* Re: How do simulating termination analyzers work?3Mikko

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal