←back to thread

168 points chmaynard | 1 comments | | HN request time: 0.202s | source
Show context
OnlyMortal ◴[] No.42066401[source]
Back in the day on the Mac, the order of source files in your project would determine locality in the binary.

If memory serves, this was with MPW C or maybe CodeWarrior.

You could see the jump (jmp) instructions use short jumps rather than long ones.

replies(4): >>42067152 #>>42068345 #>>42072091 #>>42074191 #
1. Iwan-Zotow ◴[] No.42072091[source]
same in MS DOS

you have far and near pointers modifiers