Balanced XIP and the AXFS filesystem

181
This whitepaper compares four approaches to storing program code on flash memory, including eXecute-in-place (XIP), fully shadowed, demand paging, and “balanced” XIP. It concludes that balanced XIP can save memory costs, while lowering launch time, especially when used with the open source AXFS (advanced XIP filing system) for Linux.

Link: linuxdevices.com

Category:

  • Linux