Mail Archives: djgpp/1992/09/04/09:56:31
>What is "Objective C"?
It's an extension on C that NeXT uses.
>BTW, this performance increase - I assume it only affects how quickly
>the program starts up. Or does it have effect later on as well?
The new paging algorithm will re-use pages from the original EXE
instead of swapping unchanged pages to the paging file, if the page
has never been written to. Thus, when you're paging, performance is
slightly better also. This new method also saves on the number of
disk writes required while paging out, and reserves some pages for
page tables, to reduce PT thrashing. Overall, paging is much more
tolerable.
- Raw text -