Energy management of virtual memory on diskless devices

  • Authors:
  • Jerry Hom;Ulrich Kremer

  • Affiliations:
  • Department of Computer Science, Rutgers University, Piscataway, New Jersey;Department of Computer Science, Rutgers University, Piscataway, New Jersey

  • Venue:
  • Compilers and operating systems for low power
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

In a pervasive computing environment, applications are able to run across different platforms with significantly different resources. Such platforms range from high-performance desktops to handheld PDAs. This chapter discusses a compiler approach to reduce the energy consumption of a diskless device where the swap space is provided by a remotely mounted file system accessible via a wire, less connection. Predicting swapping events at compile time allows effective energy management of a PDA's wireless communication component such as a 802.11 or Bluetooth card.The compiler activates and de-activates the communication card based on compile-time knowledge of the past and future memory footprint of an application. In contrast to OS techniques, the compiler can better predict future program behavior, and can change this behavior through program transformations that enable additional optimizations.A prototype compilation system EELRM has been implemented as part of the SUIF2 compiler infrastructure. Preliminary experiments based on the SimpleScalar simulation toolset and three numerical programs indicate the potential benefits of the new technique.