Virtual memory maps virtual addresses to physical addresses using hardware and software. Recent work proposed Redundant Memory Mappings (RMM) to improve virtual memory performance. RMM represents ranges of virtually and physically contiguous pages using a single translation entry. This reduces TLB misses by expanding the TLB's reach. RMM requires modest changes and delivers a high-performance virtual memory system transparent to applications. Evaluations show RMM improves performance over various workloads by reducing the overhead of virtual memory translations.