Stefan Behnel <stefan...@...> writes:
> 
> Just to be sure, not only the computed goto itself is a non-standard
> feature, but also taking the address of a label using "&&", right?

Indeed. I'm not sure why you care about computed gotos here. Most generators
only have a single yield statement, so you'll have a single-case switch
statement (or two cases if you take into account the case where the generator is
being entered rather than resumed), so the code will be quite simple anyway and
the CPU's branch predictor should do a good job.

Regards

Antoine.


_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to