Re: [gem5-dev] Review Request 3474: cpu, x86: Allow the TLB to be warmed up before CPU switch

2016-05-28 Thread Steve Reinhardt
> On May 26, 2016, 6:16 a.m., Curtis Dunham wrote: > > src/arch/x86/tlb.cc, line 128 > > > > > > If this just (essentially) copy constructs a new TLB from the old, why > > can't the same TLB be used .. just reconnecting

Re: [gem5-dev] Review Request 3474: cpu, x86: Allow the TLB to be warmed up before CPU switch

2016-05-27 Thread Jason Lowe-Power
> On May 26, 2016, 1:16 p.m., Curtis Dunham wrote: > > src/arch/x86/tlb.cc, line 128 > > > > > > If this just (essentially) copy constructs a new TLB from the old, why > > can't the same TLB be used .. just reconnecting

Re: [gem5-dev] Review Request 3474: cpu, x86: Allow the TLB to be warmed up before CPU switch

2016-05-26 Thread Steve Reinhardt
> On May 26, 2016, 6:16 a.m., Curtis Dunham wrote: > > src/arch/x86/tlb.cc, line 128 > > > > > > If this just (essentially) copy constructs a new TLB from the old, why > > can't the same TLB be used .. just reconnecting

Re: [gem5-dev] Review Request 3474: cpu, x86: Allow the TLB to be warmed up before CPU switch

2016-05-26 Thread Curtis Dunham
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3474/#review8360 --- Ship it! Looks reasonable, thanks. - Curtis Dunham On May 20, 2016,

Re: [gem5-dev] Review Request 3474: cpu, x86: Allow the TLB to be warmed up before CPU switch

2016-05-26 Thread Curtis Dunham
> On May 26, 2016, 1:16 p.m., Curtis Dunham wrote: > > src/arch/x86/tlb.cc, line 128 > > > > > > If this just (essentially) copy constructs a new TLB from the old, why > > can't the same TLB be used .. just reconnecting

Re: [gem5-dev] Review Request 3474: cpu, x86: Allow the TLB to be warmed up before CPU switch

2016-05-26 Thread Curtis Dunham
> On May 26, 2016, 1:16 p.m., Curtis Dunham wrote: > > src/arch/x86/tlb.cc, line 128 > > > > > > If this just (essentially) copy constructs a new TLB from the old, why > > can't the same TLB be used .. just reconnecting

Re: [gem5-dev] Review Request 3474: cpu, x86: Allow the TLB to be warmed up before CPU switch

2016-05-26 Thread Jason Lowe-Power
> On May 26, 2016, 1:16 p.m., Curtis Dunham wrote: > > src/arch/x86/tlb.cc, line 128 > > > > > > If this just (essentially) copy constructs a new TLB from the old, why > > can't the same TLB be used .. just reconnecting

Re: [gem5-dev] Review Request 3474: cpu, x86: Allow the TLB to be warmed up before CPU switch

2016-05-26 Thread Curtis Dunham
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3474/#review8346 --- src/arch/x86/tlb.cc (line 128)

[gem5-dev] Review Request 3474: cpu, x86: Allow the TLB to be warmed up before CPU switch

2016-05-20 Thread Jason Lowe-Power
--- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3474/ --- Review request for Default. Repository: gem5 Description --- Changeset