> It also suggests using omit frame pointer which destroys debugability.
Well, yeah it's an article about performance optimisations, and disabling this debug mechanism increases performance (or maybe it does - I haven't measured it myself.)
If you need to debug, don't optimise for performance this aggressively. Seems a reasonable tradeoff?
Well, yeah it's an article about performance optimisations, and disabling this debug mechanism increases performance (or maybe it does - I haven't measured it myself.)
If you need to debug, don't optimise for performance this aggressively. Seems a reasonable tradeoff?