Hacker News new | ask | show | jobs
by gatane 1212 days ago
While programming in FORTH, you have a similar advice: avoid stack mumbling (aka copy and store ops).

But sometimes all that stack changes could be avoided by using a temp register.