Adaptive page grouping reduces energy consumption in hybrid PRAM-DRAM main memory systems in 3 ways:
1) It groups pages with similar access patterns together, lowering the number of writes to the higher-power PRAM pages.
2) By migrating hot pages to DRAM and cold pages to PRAM based on access patterns, it reduces the amount of data migration between the two memories.
3) This targeted migration approach maintains comparable memory system performance to other state-of-the-art hybrid memory management techniques while lowering overall energy usage by an average of 24%.