Re: Sequence of sequence, selection and iteration matters

Liste des GroupesRevenir à c theory 
Sujet : Re: Sequence of sequence, selection and iteration matters
De : F.Zwarts (at) *nospam* HetNet.nl (Fred. Zwarts)
Groupes : comp.theory
Date : 10. Jul 2024, 09:13:03
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6lc9v$1q8jn$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13
User-Agent : Mozilla Thunderbird
Op 09.jul.2024 om 23:18 schreef olcott:
On 7/9/2024 3:31 PM, Fred. Zwarts wrote:
>
You understand x86 insufficiently, because you think that a two cycle recursion means an infinite recursion.
>
 _DDD()
[00002163] 55         push ebp      ; housekeeping
[00002164] 8bec       mov ebp,esp   ; housekeeping
[00002166] 6863210000 push 00002163 ; push DDD
[0000216b] e853f4ffff call 000015c3 ; call HHH(DDD)
 I am saying that DDD correctly emulated by HHH
can't freaking make it past the above line of
code no freaking matter what.
Which proves that HHH does not interpret x86 code correctly. So, the set of HHH that correctly emulates is empty.
It performs an abort halfway the simulation, where the x86 code does not allow it.
You can repeat it hundred times, but that does not make it correct.
HHH cannot possibly simulate itself correctly.
You may want very very much that it is correct, but that does not change the situation that it is incorrect.
A correct simulator shows that HHH *does* abort and halt. So, when HHH is unable to reproduce it, it only shows that its simulation is incorrect.
A two cycle recursion is not an infinite recursion. Is that already over your head?
void Finite_Recursion (int N) {
   if (N > 0) Finite_Recursion (N - 1);
}
Maybe it is too complex for you, because you add an unneeded function DDD. Without DDD it is much simpler to understand:
        int main()
        {
          return HHH(main);
        }
It is clear that HHH returns, but that its simulation thinks it does not halt, which makes it simply incorrect.
So, Sipser was right, but he was talking about a correct simulation, not about the incorrect simulation of HHH.

 The chances of this are the same as a billion
geometric square circles hitting you in the face
and knocking you on your ass.
Irrelevant text ignored.

 [00002170] 83c404     add esp,+04
[00002173] 5d         pop ebp
[00002174] c3         ret
Size in bytes:(0018) [00002174]
 

Date Sujet#  Auteur
7 Jul 24 * Sequence of sequence, selection and iteration matters133olcott
7 Jul 24 +* Re: Sequence of sequence, selection and iteration matters3Richard Damon
9 Jul 24 i`* Re: Sequence of sequence, selection and iteration matters2olcott
10 Jul 24 i `- Re: Sequence of sequence, selection and iteration matters1Richard Damon
8 Jul 24 `* Re: Sequence of sequence, selection and iteration matters129Mikko
8 Jul 24  `* Re: Sequence of sequence, selection and iteration matters128olcott
9 Jul 24   +* Re: Sequence of sequence, selection and iteration matters46Richard Damon
9 Jul 24   i`* Re: Sequence of sequence, selection and iteration matters --- Ben agrees45olcott
9 Jul 24   i +* Re: Sequence of sequence, selection and iteration matters --- Ben agrees40Richard Damon
9 Jul 24   i i`* Re: Sequence of sequence, selection and iteration matters --- Ben agrees39olcott
9 Jul 24   i i `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees38Richard Damon
9 Jul 24   i i  +* Re: Sequence of sequence, selection and iteration matters --- Ben agrees12olcott
9 Jul 24   i i  i`* Re: Sequence of sequence, selection and iteration matters --- Ben agrees11Richard Damon
9 Jul 24   i i  i `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees10olcott
9 Jul 24   i i  i  `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees9Richard Damon
9 Jul 24   i i  i   `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees8olcott
9 Jul 24   i i  i    `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees to something different.7Richard Damon
9 Jul 24   i i  i     `* Re: Sequence of sequence, selection and iteration matters --- Ben proves that he agrees to my meanings6olcott
9 Jul 24   i i  i      `* Re: Sequence of sequence, selection and iteration matters --- Ben proves that he agrees to my meanings5Richard Damon
9 Jul 24   i i  i       `* Re: Sequence of sequence, selection and iteration matters --- Ben proves that he agrees to my meanings4olcott
9 Jul 24   i i  i        `* Re: Sequence of sequence, selection and iteration matters --- Ben proves that he agrees to my meanings3Richard Damon
9 Jul 24   i i  i         `* Re: Sequence of sequence, selection and iteration matters --- Ben proves that he agrees to my meanings2olcott
10 Jul 24   i i  i          `- Re: Sequence of sequence, selection and iteration matters --- Ben proves that he agrees to my meanings1Richard Damon
9 Jul 24   i i  +* Re: Sequence of sequence, selection and iteration matters --- Ben agrees15olcott
9 Jul 24   i i  i`* Re: Sequence of sequence, selection and iteration matters --- Ben agrees14Richard Damon
9 Jul 24   i i  i +* Re: Sequence of sequence, selection and iteration matters --- Ben agrees4olcott
9 Jul 24   i i  i i`* Re: Sequence of sequence, selection and iteration matters --- Ben agrees3Richard Damon
9 Jul 24   i i  i i `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees2olcott
9 Jul 24   i i  i i  `- Re: Sequence of sequence, selection and iteration matters --- Ben agrees1Richard Damon
9 Jul 24   i i  i `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees9Mikko
9 Jul 24   i i  i  `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees8Richard Damon
10 Jul 24   i i  i   `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees7Mikko
10 Jul 24   i i  i    +* Re: Sequence of sequence, selection and iteration matters --- Ben agrees2Richard Damon
11 Jul 24   i i  i    i`- Re: Sequence of sequence, selection and iteration matters --- Ben agrees1Mikko
10 Jul 24   i i  i    `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees4olcott
11 Jul 24   i i  i     +- Re: Sequence of sequence, selection and iteration matters --- Ben agrees1Richard Damon
11 Jul 24   i i  i     `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees2Mikko
11 Jul 24   i i  i      `- Re: Sequence of sequence, selection and iteration matters --- Ben agrees1olcott
9 Jul 24   i i  `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees (typo corrected)10olcott
9 Jul 24   i i   `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees (typo corrected)9Richard Damon
9 Jul 24   i i    `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees (typo corrected)8olcott
9 Jul 24   i i     `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees (typo corrected)7Richard Damon
9 Jul 24   i i      +* Re: Sequence of sequence, selection and iteration matters --- Ben agrees (typo corrected)2olcott
9 Jul 24   i i      i`- Re: Sequence of sequence, selection and iteration matters --- Ben agrees (typo corrected)1Richard Damon
9 Jul 24   i i      `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees (typo corrected)4olcott
9 Jul 24   i i       `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees (typo corrected)3Richard Damon
9 Jul 24   i i        `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees (typo corrected)2olcott
10 Jul 24   i i         `- Re: Sequence of sequence, selection and iteration matters --- Ben agrees (typo corrected)1Richard Damon
9 Jul 24   i `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees4Mikko
9 Jul 24   i  `* Re: Sequence of sequence, selection and iteration matters --- Ben agrees3olcott
10 Jul 24   i   +- Re: Sequence of sequence, selection and iteration matters --- Ben agrees1Richard Damon
10 Jul 24   i   `- Re: Sequence of sequence, selection and iteration matters --- Ben agrees1Mikko
9 Jul 24   `* Re: Sequence of sequence, selection and iteration matters81Mikko
9 Jul 24    `* Re: Sequence of sequence, selection and iteration matters80olcott
9 Jul 24     +* Re: Sequence of sequence, selection and iteration matters77Fred. Zwarts
9 Jul 24     i`* Re: Sequence of sequence, selection and iteration matters76olcott
9 Jul 24     i +* Re: Sequence of sequence, selection and iteration matters74Fred. Zwarts
9 Jul 24     i i`* Re: Sequence of sequence, selection and iteration matters73olcott
9 Jul 24     i i +* Re: Sequence of sequence, selection and iteration matters68Fred. Zwarts
9 Jul 24     i i i`* Re: Sequence of sequence, selection and iteration matters67olcott
9 Jul 24     i i i +- Re: Sequence of sequence, selection and iteration matters1joes
9 Jul 24     i i i +* Re: Sequence of sequence, selection and iteration matters64Fred. Zwarts
9 Jul 24     i i i i+* Re: Sequence of sequence, selection and iteration matters61olcott
10 Jul 24     i i i ii+* Re: Sequence of sequence, selection and iteration matters31joes
10 Jul 24     i i i iii`* DDD correctly emulated by HHH cannot possibly halt30olcott
10 Jul 24     i i i iii `* Re: DDD correctly emulated by HHH cannot possibly halt29joes
10 Jul 24     i i i iii  `* Re: DDD correctly emulated by HHH cannot possibly halt28olcott
11 Jul 24     i i i iii   `* Re: DDD correctly emulated by HHH cannot possibly halt27Richard Damon
11 Jul 24     i i i iii    `* Re: DDD correctly emulated by HHH cannot possibly halt26olcott
11 Jul 24     i i i iii     `* Re: DDD correctly emulated by HHH cannot possibly halt, thinks olcott, but it does.25Richard Damon
11 Jul 24     i i i iii      `* Re: DDD correctly emulated by HHH cannot possibly halt, thinks olcott, but it does.24olcott
11 Jul 24     i i i iii       `* Re: DDD correctly emulated by HHH cannot possibly halt, thinks olcott, but it does.23Richard Damon
11 Jul 24     i i i iii        `* Re: DDD correctly emulated by HHH cannot possibly halt22olcott
11 Jul 24     i i i iii         `* Re: DDD correctly emulated by HHH cannot possibly halt21Richard Damon
11 Jul 24     i i i iii          `* Re: DDD correctly emulated by HHH cannot possibly halt20olcott
12 Jul 24     i i i iii           `* Re: DDD correctly emulated by HHH cannot possibly halt19Richard Damon
12 Jul 24     i i i iii            `* Re: DDD correctly emulated by HHH cannot possibly halt18olcott
12 Jul 24     i i i iii             `* Re: DDD correctly emulated by HHH cannot possibly halt17Richard Damon
12 Jul 24     i i i iii              `* Re: DDD correctly emulated by HHH cannot possibly halt16olcott
12 Jul 24     i i i iii               +* Re: DDD correctly emulated by HHH cannot possibly halt10joes
12 Jul 24     i i i iii               i`* Re: DDD correctly emulated by HHH cannot possibly halt9olcott
12 Jul 24     i i i iii               i +* Re: DDD correctly emulated by HHH cannot possibly halt4Fred. Zwarts
12 Jul 24     i i i iii               i i`* Re: DDD correctly emulated by HHH cannot possibly halt3olcott
12 Jul 24     i i i iii               i i +- Re: DDD correctly emulated by HHH cannot possibly halt1Fred. Zwarts
13 Jul 24     i i i iii               i i `- Re: DDD correctly emulated by HHH cannot possibly halt1Mikko
13 Jul 24     i i i iii               i +- Re: DDD correctly emulated by HHH cannot possibly halt1Richard Damon
14 Jul 24     i i i iii               i `* Re: DDD correctly emulated by HHH cannot possibly halt3joes
14 Jul 24     i i i iii               i  `* Re: DDD correctly emulated by HHH cannot possibly halt2olcott
14 Jul 24     i i i iii               i   `- Re: DDD correctly emulated by HHH cannot possibly halt1Richard Damon
12 Jul 24     i i i iii               `* Re: DDD correctly emulated by HHH cannot possibly halt Because HHH that correctly simulates does not Halt5Richard Damon
12 Jul 24     i i i iii                `* Re: DDD correctly emulated by HHH cannot possibly halt4olcott
12 Jul 24     i i i iii                 +- Re: DDD correctly emulated by HHH cannot possibly halt1Fred. Zwarts
12 Jul 24     i i i iii                 +- Re: DDD correctly emulated by HHH cannot possibly halt1joes
13 Jul 24     i i i iii                 `- Re: DDD correctly but partially emulated by HHH cannot possibly be seen to halt by HHH, but do halt1Richard Damon
10 Jul 24     i i i ii`* Re: Sequence of sequence, selection and iteration matters29Fred. Zwarts
10 Jul 24     i i i ii `* Re: Sequence of sequence, selection and iteration matters28olcott
10 Jul 24     i i i ii  `* Re: Sequence of sequence, selection and iteration matters27Fred. Zwarts
10 Jul 24     i i i ii   `* Re: Sequence of sequence, selection and iteration matters26olcott
10 Jul 24     i i i ii    `* Re: Sequence of sequence, selection and iteration matters25Fred. Zwarts
10 Jul 24     i i i ii     `* Re: Sequence of sequence, selection and iteration matters24olcott
10 Jul 24     i i i ii      +* Re: Sequence of sequence, selection and iteration matters3Fred. Zwarts
11 Jul 24     i i i ii      `* Re: Sequence of sequence, selection and iteration matters20Mikko
9 Jul 24     i i i i+- Re: Sequence of sequence, selection and iteration matters ---clarification1olcott
9 Jul 24     i i i i`- Re: Sequence of sequence, selection and iteration matters --- one more freaking time1olcott
10 Jul 24     i i i `- Re: Sequence of sequence, selection and iteration matters1Richard Damon
9 Jul 24     i i +* Re: Sequence of sequence, selection and iteration matters3joes
10 Jul 24     i i `- Re: Sequence of sequence, selection and iteration matters1Richard Damon
10 Jul 24     i `- Re: Sequence of sequence, selection and iteration matters1Richard Damon
10 Jul 24     +- Re: Sequence of sequence, selection and iteration matters1Richard Damon
10 Jul 24     `- Re: Sequence of sequence, selection and iteration matters1Mikko

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal