Liste des Groupes | Revenir à c theory |
On 7/11/2024 1:25 AM, Mikko wrote:You mean those instances don't really exist?On 2024-07-10 17:53:38 +0000, olcott said:*That is counter-factual*
On 7/10/2024 12:45 PM, Fred. Zwarts wrote:However, each of those instances has the same sequence of instructionsOp 10.jul.2024 om 17:03 schreef olcott:Every time any HHH correctly emulates DDD it calls thetypedef void (*ptr)();Unneeded complexity. It is equivalent to:
int HHH(ptr P);
void DDD()
{
HHH(DDD);
}
int main()
{
HHH(DDD);
}
int main()
{
return HHH(main);
}
x86utm operating system to create a separate process
context with its own memory virtual registers and stack,
thus each recursively emulated DDD is a different instance.
that the x86 language specifies the same operational meaning.
Les messages affichés proviennent d'usenet.