@neauoire Am I wrong there? I think you know more about C than me. As far as I know, goto requires a static label.
Top-level
5 comments
@wim_v12e your timing for this is pretty good, would it be alright if I used some of your benchmarks on slides for the Handmade Seattle talk? I thought maybe I should mention your experiments since there's another talk right after me on that same topic. @wim_v12e @neauoire if you stick to recent GCC or clang versions you can use labels as values as an unofficial language extension, is that what you meant? |
@wim_v12e No, no. I just looked it up, and you're right. It just never occurred to me that you couldn't feed a goto an expression.