Hacker News new | ask | show | jobs
by masklinn 1221 days ago
> Would you say all optimizations are worthless because they're not guaranteed?

Context is relevant, the context here is language semantics, not things going faster.

TCO is fine to make things go faster, like inlining, unrolling, LICM, ....

TCO is hot garbage when you rely on it for program correctness.

1 comments

Weird how none of that context was present in your first two iterations of the claim.