Cramfs is another read-only compressed file system that supports XIP (with patches); however, it uses a strategy of decompressing entire files, whereas AXFS supports XIP with page granularity.[2] - this access strategy allows for near-ideal performance in typical (for embedded/compressed filesystems starting an operating system and applications) scenarios.
↑Justin Treon, (2008-05-09) "Demystifying embedded code storage".{{cite web}}: CS1 maint: deprecated archival service (link), LinuxDevices.com, "There are two XIP-enabled Linux filing systems that can be used for a Balanced XIP implementation: Linear XIP CRAMFS and AXFS. The Linear XIP CRAMFS decompresses files on a file-by-file basis, whereas AXFS decompresses files on a page-by-page basis offering more optimal Flash usage."