Difference between revisions of "Development"

From gem5
Jump to: navigation, search
(Design Issues)
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
 
* [[Alpha Dependencies]]
 
* [[Alpha Dependencies]]
 
* [[Execution Tracing]]
 
* [[Execution Tracing]]
 +
* [[Modular Coherence Protocols]]
 
=== Architecture Features ===
 
=== Architecture Features ===
 
* [[Branch delay slots]]
 
* [[Branch delay slots]]
Line 32: Line 33:
 
==  Random Bits ==
 
==  Random Bits ==
 
* [[Things that aren't really documented anywhere]]
 
* [[Things that aren't really documented anywhere]]
* [[Summer student tasks]]
 
 
* [[Google summer of code]]
 
* [[Google summer of code]]
  
 
== Programming Bugs ==
 
== Programming Bugs ==
 
* [[Ref counted pointers and STL]]
 
* [[Ref counted pointers and STL]]

Latest revision as of 15:04, 2 July 2008

Meeting Notes

Design Issues

General areas with unresolved design issues should be put here.

General

Architecture Features

Documentation

Documentation which is useful for developing m5, as apposed to using it, should go here. These might actually be better off in the main documentation section as long as they describe something stable. As issues in the above section are resolved, the solutions should be documented and put here.

Proto Documentation

Documentation in development should go here.

Random Bits

Programming Bugs