understanding mmap, the workhorse behind keeping memory access efficient in linux

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

It’s a joke that this is available online for free. Absolute gold. Love every minute!

yonahcitron
Автор

Thanks so much for making these lectures available for free! So helpful and such a great lecture.

SH-iygw
Автор

wished my lecturers were like this. great one man, cheers

jylim
Автор

Greetings from Brazil Chris, just wanna say thank you, you're really helping me :)

whatahead
Автор

Thank you for making these lectures FREE!!

kafoby
Автор

Thank you professor for these lectures.💌

miriyalajeevankumar
Автор

Thank you, Chris, I learned a lot from you!

stevewu
Автор

thanks I learned some things today again! (I knew this earlier but it's interesting every program or library exists as a file)

flyxtop
Автор

It is also worthwhile to test that the system does what the documentation seems to imply it should do.
Try mmap on a large file using different flags, see what happens when the file is cashed in main memory.

urbankoistinen
Автор

That is one method of implementing VM. There are multiple methods. Not all hardware has the came features which limits sometimes which techniques are used and can even force you to think outside the box which programmers should do anyway.

ninjazhu
Автор

Waiting for the next video in this series 😁😁

glenyeldho
Автор

When someone on Youtube compress your 4 hour lecture into 20mns :D

wonderfulworld
Автор

Great video, thanks. One question: when source is compiled & linked into an ELF file, this file doesn't have any virtual address but local offsets. So, I guess, someone and sometime translate those local offsets to virtual adresses . Is the code (.text, .data ) stored into real memory modified ( by someone ) with virtual address references ? Or code stored into real memory still has got offsets ?

demablogia
Автор

Boy, do I love when a native english speaker who actually knows the topic well presents a technical topic this well. Thanks for being you!

gleventhal
Автор

Is it possible to use mmap which is huge pages backed ?

venumaj
Автор

how many weeks does this course last for?

winstonacousticstudio