Name:
Anonymous
2010-01-14 2:10
Quick question. Using C, is memory or the program's stack faster to access then the memory that's allocated on the heap?
Name:
Anonymous
2010-01-14 2:43
Is it not also such that stack variables can be accessed with an 8-bit displacement, while heap variables will require the full 32-bit displacement?