Name:
Anonymous
2011-04-14 6:29
how do i allocate and use a very large amount of memory while minimizing the possibility of page faults?
Name:
Anonymous
2011-04-14 6:35
I don't think you know what a ``page fault'' is. Enjoy your swapping!
Name:
Anonymous
2011-04-14 8:09
>>1
Any decent OS reduces the chance of thrashing on its own.
Name:
Anonymous
2011-04-14 8:22
>>1
A page fault occurs when you attempt to access memory outside of the pages allocated to your process.
Name:
Anonymous
2011-04-14 9:01
i wasn't asking what a page fault was
Name:
Anonymous
2011-04-14 14:46
>>4
or when permissions mismatch
Name:
Anonymous
2011-04-14 16:09
>>8
spoiler tags on /g/
what is this i dontt even
Name:
Anonymous
2011-04-14 16:45
hey /prog/
whatcha think about LOOK AT MY MASSIVE !JOHNSON?
He claims to be an EXPERT C PROGRAMMER
Name:
Anonymous
2011-04-16 4:20
>>1
Fuck you, now
/prog/ is filled with retards from /g/.
Name:
Anonymous
2011-04-16 5:28
>>13
Like it wasn't since 2008
Name:
Anonymous
2011-04-16 5:56
Design access patterns with temporal and spatial locality, preferably something close to a linear scan.