SHARE
Facebook X Pinterest WhatsApp

Kernel Space: ELF Prediction to Speed Application Startup

Written By
JC
Jonathan Corbet
Apr 6, 2008

“When the kernel executes a program, it must retrieve the code
from disk, which it normally does by demand paging it in as
required by the execution path. If the kernel could somehow know
which pages would be needed, it could page them in more
efficiently. Andi Kleen has posted an experimental set of patches
that do just that.

“Programs do not know about their layout on disk, nor is their
path through the executable file optimized to reduce seeking, but
with some information about which pages will be needed, the kernel
can optimize the disk accesses. If one were to gather a list of the
pages that get faulted in as a program runs, that information could
be saved for future runs. It could then be turned into a bitmap
indicating which of the pages should be prefetched…”

Complete
Story

JC

Jonathan Corbet

Recommended for you...

5 Best Free and Open Source Text Expander Tools
webmaster
Jun 13, 2025
Grafito: Systemd Journal Log Viewer with a Beautiful Web UI
Bobby Borisov
Jun 12, 2025
FreeBSD Wants to Know a Few Things
brideoflinux
May 11, 2025
NVK enabled for Maxwell, Pascal, and Volta GPUs
Kara Bembridge
May 1, 2025
Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.