----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2967/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10918:67d8c2f0e72d --------------------------- base: refactor process class (specifically FdMap and friends) This patch extends the previous patch's alterations around fd_map. It cleans up some of the uglier code in the process file and replaces it with a more concise C++11 version. As part of the changes, the FdMap class is pulled out of the Process class and receives its own file. Diffs ----- src/sim/SConscript 5c76426fd9ee08bca733582c8c2f001a99e7ff5a src/sim/fd_entry.hh PRE-CREATION src/sim/fd_entry.cc PRE-CREATION src/sim/process.hh 5c76426fd9ee08bca733582c8c2f001a99e7ff5a src/sim/process.cc 5c76426fd9ee08bca733582c8c2f001a99e7ff5a src/sim/syscall_emul.hh 5c76426fd9ee08bca733582c8c2f001a99e7ff5a src/sim/syscall_emul.cc 5c76426fd9ee08bca733582c8c2f001a99e7ff5a Diff: http://reviews.gem5.org/r/2967/diff/ Testing ------- Thanks, Brandon Potter _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
