----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1192/#review2755 -----------------------------------------------------------
Ship it! Creating the arch/generic files just to get rid of them two changesets later seems like serious overkill to me. Why not just copy the decoder class into per-ISA versions now, then modify them in the other cset? IMO that makes what's going on clearer than transitioning through this intermediate state. I won't fight it if you want to keep things this way though. - Steve Reinhardt On May 15, 2012, 5:55 a.m., Gabe Black wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/1192/ > ----------------------------------------------------------- > > (Updated May 15, 2012, 5:55 a.m.) > > > Review request for Default. > > > Description > ------- > > Changeset 9006:aede609c2ff0 > --------------------------- > Decode: Make the Decoder class defined per ISA. > > > Diffs > ----- > > src/arch/SConscript f681719e2e99 > src/arch/alpha/decoder.hh PRE-CREATION > src/arch/alpha/remote_gdb.cc f681719e2e99 > src/arch/arm/decoder.hh PRE-CREATION > src/arch/arm/remote_gdb.cc f681719e2e99 > src/arch/generic/SConscript PRE-CREATION > src/arch/generic/decoder.hh PRE-CREATION > src/arch/generic/decoder.cc PRE-CREATION > src/arch/mips/decoder.hh PRE-CREATION > src/arch/mips/remote_gdb.cc f681719e2e99 > src/arch/power/decoder.hh PRE-CREATION > src/arch/sparc/decoder.hh PRE-CREATION > src/arch/x86/decoder.hh PRE-CREATION > src/cpu/SConscript f681719e2e99 > src/cpu/checker/thread_context.hh f681719e2e99 > src/cpu/decode.hh f681719e2e99 > src/cpu/decode.cc f681719e2e99 > src/cpu/inorder/cpu.hh f681719e2e99 > src/cpu/inorder/cpu.cc f681719e2e99 > src/cpu/inorder/resources/fetch_unit.hh f681719e2e99 > src/cpu/inorder/thread_context.hh f681719e2e99 > src/cpu/legiontrace.cc f681719e2e99 > src/cpu/o3/fetch.hh f681719e2e99 > src/cpu/o3/thread_context.hh f681719e2e99 > src/cpu/simple/base.hh f681719e2e99 > src/cpu/simple_thread.hh f681719e2e99 > src/cpu/thread_context.hh f681719e2e99 > > Diff: http://reviews.gem5.org/r/1192/diff/ > > > Testing > ------- > > > Thanks, > > Gabe Black > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
