Re: How do simulating termination analyzers work? (in C and C++) --- Kaz

Liste des GroupesRevenir à cl c  
Sujet : Re: How do simulating termination analyzers work? (in C and C++) --- Kaz
De : polcott333 (at) *nospam* gmail.com (olcott)
Groupes : comp.lang.c comp.lang.c++
Date : 20. Jun 2025, 20:06:22
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1034bfd$6kj0$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
User-Agent : Mozilla Thunderbird
On 6/19/2025 3:41 PM, Kaz Kylheku wrote:
On 2025-06-19, olcott <polcott333@gmail.com> wrote:
On 6/19/2025 1:55 PM, Bonita Montero wrote:
Am 19.06.2025 um 20:32 schrieb olcott:
>
On 6/19/2025 1:20 PM, Bonita Montero wrote:
>
Am 19.06.2025 um 19:07 schrieb olcott:
That's not ad hominem. Anyone who asks the same question
thousands of times in a forum is mentally ill.
>
Not when one understands the importance of the question.
The importance of the question is off-topic for this
group.
>
>
You really need a doctor.
>
If that was true then you could point to an actual
error in my work.
 If that wasn't true, you would /believe/ it when someone pointed
out an actual error in your work. I've not seen evidence that
you are prepared to receive such a report in good faith.
 
My views and work have progressed quite a bit since
your last review: On 5/25/2021 11:56 AM, Kaz Kylheku
*HHH can and does simulate itself simulating DDD/DD*
void Infinite_Recursion()
{
   Infinite_Recursion();
   return;
}
void Infinite_Loop()
{
   HERE: goto HERE;
   return;
}
void DDD()
{
   HHH(DDD);
   return;
}
int Sipser_D()
{
   if (HHH(Sipser_D) == 1)
     return 0;
   return 1;
}
int DD()
{
   int Halt_Status = HHH(DD);
   if (Halt_Status)
     HERE: goto HERE;
   return Halt_Status;
}
My claim is that each of the above functions correctly
simulated by any termination analyzer HHH that can possibly
exist will never stop running unless aborted by HHH.
*No one has ever provided a correct rebuttal to that*
*In the several years that it has been reviewed*
--
Copyright 2025 Olcott "Talent hits a target no one else can hit; Genius
hits a target no one else can see." Arthur Schopenhauer

Date Sujet#  Auteur
18 Jun 25 * How do simulating termination analyzers work? (in C and C++)32olcott
18 Jun 25 +* Re: How do simulating termination analyzers work? (in C and C++)5Bonita Montero
18 Jun 25 i`* Re: How do simulating termination analyzers work? (in C and C++)4olcott
18 Jun 25 i `* Re: How do simulating termination analyzers work? (in C and C++)3Bonita Montero
18 Jun 25 i  `* Re: How do simulating termination analyzers work? (in C and C++)2olcott
18 Jun 25 i   `- Re: How do simulating termination analyzers work? (in C and C++)1Bonita Montero
18 Jun 25 +* Re: How do simulating termination analyzers work? (in C and C++)23olcott
18 Jun 25 i+* Re: How do simulating termination analyzers work? (in C and C++)21Bonita Montero
18 Jun 25 ii+* Re: How do simulating termination analyzers work? (in C and C++)3olcott
19 Jun 25 iii`* Re: How do simulating termination analyzers work? (in C and C++)2Mikko
19 Jun 25 iii `- Re: How do simulating termination analyzers work? (in C and C++)1olcott
18 Jun 25 ii`* Re: How do simulating termination analyzers work? (in C and C++)17Chris M. Thomasson
19 Jun 25 ii `* Re: How do simulating termination analyzers work? (in C and C++)16olcott
19 Jun 25 ii  +* Re: How do simulating termination analyzers work? (in C and C++)2Mikko
19 Jun 25 ii  i`- Re: How do simulating termination analyzers work? (in C and C++)1olcott
19 Jun 25 ii  `* Re: How do simulating termination analyzers work? (in C and C++)13Bonita Montero
19 Jun 25 ii   `* Re: How do simulating termination analyzers work? (in C and C++)12olcott
19 Jun 25 ii    `* Re: How do simulating termination analyzers work? (in C and C++)11Bonita Montero
19 Jun 25 ii     `* Re: How do simulating termination analyzers work? (in C and C++)10olcott
19 Jun 25 ii      `* Re: How do simulating termination analyzers work? (in C and C++)9Bonita Montero
19 Jun 25 ii       `* Re: How do simulating termination analyzers work? (in C and C++)8olcott
19 Jun 25 ii        `* Re: How do simulating termination analyzers work? (in C and C++)7Bonita Montero
19 Jun 25 ii         `* Re: How do simulating termination analyzers work? (in C and C++)6olcott
19 Jun 25 ii          `* Re: How do simulating termination analyzers work? (in C and C++)5Bonita Montero
19 Jun 25 ii           `* Re: How do simulating termination analyzers work? (in C and C++)4olcott
19 Jun 25 ii            `* Re: How do simulating termination analyzers work? (in C and C++)3Kaz Kylheku
19 Jun 25 ii             +- Re: How do simulating termination analyzers work? (in C and C++) --- Kaz1olcott
20 Jun 25 ii             `- Re: How do simulating termination analyzers work? (in C and C++) --- Kaz1olcott
19 Jun 25 i`- Re: How do simulating termination analyzers work? (in C and C++)1Mikko
19 Jun 25 `* Re: How do simulating termination analyzers work? (in C and C++)3Mikko
19 Jun 25  `* Re: How do simulating termination analyzers work? (in C and C++)2olcott
19 Jun 25   `- Re: How do simulating termination analyzers work? (in C and C++)1olcott

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal