Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Memory Management (Score 3, Insightful) 731

Try overlays...

Back in the day we had do all the memory management by hand. Programs (FORTRAN) had a basic main "kernel" that controlled the overall flow and we grouped subprograms (subroutines and functions) into "overlays" that were swapped in as needed. I spent hours grouping subprograms into roughly equal sized chunks just to fit into core, all the while trying to minimize the number of swaps necessary. All the data was stored in huge COMMON blocks so it was available to the subprograms in every overlay. You'd be fired if you produced such code today.

Virtual memory is more valuable than full screen editors and garbage collection is just icing on a very tall layer cake...

Slashdot Top Deals

New York... when civilization falls apart, remember, we were way ahead of you. - David Letterman

Working...