Added simple sparese memory implementation.
Review Request #473 - Created Feb. 11, 2011 and discarded - Latest diff uploaded
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| Reviewers | |
| Default | |
| ali, gblack, nate, stever | |
Added simple sparese memory implementation. For general modeling purposes, it is useful to have a simple memory container which allocates storage on demand, allowing for scalable host memory usage. This patch adds sparse_mem.hh/cc to src/base to implement such a general purpose container object. The ELF loader and ObjectFile classes were also extended to support loading SparseMem with ELF images.
