Searched hist:9783 (Results 1 - 5 of 5) sorted by relevance
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test09/golden/ | ||
H A D | test09.log | diff 13491:9783a9007eac Wed Dec 05 21:02:00 EST 2018 Gabe Black <gabeblack@google.com> systemc: Update test output for longer lived processes. In the systemc spec, process handles can be invalidated if they have no children and are terminated. The implementation is not required to do so however, and for the sake of simplicity gem5 currently does not. To quote: "When the underlying process instance terminates, if the process instance has no surviving children, an implementation may choose to invalidate any associated process handles, but it is not obliged to do so." Two tests have reference output which is affected by this (legal) difference in behavior. In one case, the test creates new processes which reuse the names of processes that have been terminated. Since gem5 doesn't invalidate the old processes, a standard mechanism is activated which renames the processes to something which is unique. The other test has this same problem, and also prints the hierarchy of processes several times during the test. In that hierarchy, the terminated tests with no live children are still present, where in the old reference o |