Skip to main content

Timeline for Is using goto ever worthwhile?

Current License: CC BY-SA 3.0

3 events
when toggle format what by license comment
May 19, 2020 at 22:48 comment added supercat @Sapphire_Brick: Many compiler optimizations are designed around certain execution patterns. If the task to be performed doesn't fit the supported execution patterns, "thwarting" optimizations may not be a bad thing.
May 19, 2020 at 20:46 comment added Sapphire_Brick Correct, but one of the arguments against gotos is that they thwart compiler optimizations.
Feb 6, 2012 at 11:55 history answered Graham Borland CC BY-SA 3.0