<div dir="ltr">On 2 June 2013 17:25, Brad Roberts <span dir="ltr"><<a href="mailto:braddr@puremagic.com" target="_blank">braddr@puremagic.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 6/1/13 9:49 PM, Walter Bright wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 6/1/2013 7:35 PM, Alex Rønne Petersen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 01-06-2013 09:59, bearophile wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
"Recently" the Python C interpreter was modified and speed up thanks to<br>
this non-standard feature. CPython source code has two versions, one<br>
with computed gotos and one without, to compile it even if your C<br>
compiler doesn't support them or their GNU-C syntax.<br>
</blockquote>
<br>
I don't think there's any question as to the usefulness (and essentialness) of<br>
this feature. I'm very close to just writing most of the interpreter in C over a<br>
triviality like this.<br>
</blockquote>
<br>
To be pedantic, C and C++ don't have that feature. Some compilers add it as an extension.<br>
<br>
Also, such a construct could not be made @safe. The trouble is you could pass those addresses<br>
anywhere, and goto them from anywhere.<br>
</blockquote>
<br></div></div>
While you're technically correct, every major compiler in the unix world support it with the same syntax.  It's entered into defacto standard status.<br>
</blockquote></div><br></div><div class="gmail_extra" style>MSVC doesn't support it, which is really annoying.</div></div>