Searched hist:2711 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/python/m5/
H A Dconfig.pydiff 2711:2cbc3999ec58 Sat Jun 10 19:58:00 EDT 2006 Steve Reinhardt <stever@eecs.umich.edu> Only allow SimObject classes to be instantiated (no cloning!).
Provide a makeClass() method to generate a new class using
a SimObject instance as a template.
All instantiation, subclassing, and class generation is done
recursively using "deep copy"-style memoization to maintain
object relationships in the face of multiple references to
shared objects/classes.

src/python/m5/multidict.py:
Rename local dict attribute from 'dict' to 'local'
for clarity.

Completed in 7 milliseconds