Hacker News new | ask | show | jobs
by pocksuppet 39 days ago
Less indirection means faster code. If the dynamic loader is already using a level of indirection and you patch into that same indirection instead of adding another, you're not making it slower.