----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3756/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11761:de3395fe97bf --------------------------- cpu: Result refactoring The Result union used to collect the result of an instruction is now a class of its own, with its constructor, and explicit casting methods for cleanliness. This is also a stepping stone to have vector registers, and instructions that produce a vector register as output. Change-Id: I6f40c11cb5e835d8b11f7804a4e967aff18025b9 Reviewed-by: Andreas Sandberg <[email protected]> Diffs ----- src/cpu/checker/cpu_impl.hh 78ef8daecd81 src/cpu/inst_res.hh PRE-CREATION src/cpu/base_dyn_inst.hh 78ef8daecd81 src/cpu/checker/cpu.hh 78ef8daecd81 Diff: http://reviews.gem5.org/r/3756/diff/ Testing ------- Builtin regressions Thanks, Rekai Gonzalez Alberquilla _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
