Simulating computed goto

Paul Backus snarwin at gmail.com
Wed Nov 25 18:57:35 UTC 2020


On Wednesday, 25 November 2020 at 18:44:52 UTC, NonNull wrote:
> How good is optimization in ldc2, gdc, dmd at compiling chained 
> jumps into one jump each time?

The easiest way to find the answer to a question like this is to 
use the compiler explorer:

https://d.godbolt.org/


More information about the Digitalmars-d-learn mailing list