poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: jitter generates GCC-only code in pvm-vm2.c


From: Bruno Haible
Subject: Re: jitter generates GCC-only code in pvm-vm2.c
Date: Sun, 21 Feb 2021 16:19:26 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-201-generic; KDE/5.18.0; x86_64; ; )

> >   volatile typeof (&& jitter_exit_vm_label) restrict
> >   jitter_saved_exit_non_replicated_code_pointer = &&jitter_exit_vm_label;
> 
> I think only the `switch` dispatch can be compiled by an ISO C compliant
> compiler. The other two dispatches (`direct-threading` and 
> `minimal-threading`)
> are relying on gcc extensions.

These particular two lines of code are outside of #if/#endif blocks.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]