First page Back Continue Last page Overview Graphics
The a.out format continued
a.out had one good thing going for it: it's very fast in run time:
- To use a symbol means one absolute jump to the function stub and another absolute jump to the actual code from there.
- That's pretty fast.
But it's not good enough...