2006-01-30

annathyst: (Default)
2006-01-30 04:49 am

things i learned today, in no particular order

- temporaries go on the stack, even if they're temporaries used in getting the initial value of a global.
- why functions have prologues and epilogues
- calling conventions
- languages where all types have the same size are very convenient
- duck typing is great