Looks like we might need a "Checkpointing - Internals" page on the wiki that summarizes this.
I'm a little in the dark on what needs to be done myself... I assume the main components for checkpointing would be serialize and unserialize, but I guess traversing the function trace to/from those functions would reveal more. Without any further documentation, I'd probably try to GDB breakpoint in those functions and then figure things out from there. Anyone with some thoughts and developmental "starter" advice here? On Tue, Feb 2, 2010 at 2:20 PM, soumyaroop roy <[email protected]> wrote: > Hello there, > > Could someone give me a quick overview on how to implement > checkpointing for inorder? I am not able to find any documentation for > it. So, I was trying to follow O3. But which methods - serialize(), > unserialize()? And what about cpu switching? > > regards, > Soumyaroop > > -- > Soumyaroop Roy > Ph.D. Candidate > Department of Computer Science and Engineering > University of South Florida, Tampa > http://www.csee.usf.edu/~sroy <http://www.csee.usf.edu/%7Esroy> > _______________________________________________ > m5-dev mailing list > [email protected] > http://m5sim.org/mailman/listinfo/m5-dev > -- - Korey
_______________________________________________ m5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/m5-dev
