Searched hist:13193 (Results 1 - 3 of 3) sorted by relevance
/gem5/src/systemc/ext/core/ | ||
H A D | sc_spawn.hh | 13267:7997f7b8bede Fri Sep 28 16:02:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Use c++11 partial functions instead of boosts. This creates a depenendency on c++11 which the headers otherwise avoid, but gem5 itself already has a c++11 dependency and not a boost dependency, and outside of having a local copy of boost (which Accellera does) there isn't a good way to put the placeholder values _1, _2, etc., into the custom sc_unnammed namespace. Change-Id: I52ca4c1bc52bef6ff2c62e9f3c32af46f95244dc Reviewed-on: https://gem5-review.googlesource.com/c/13193 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com> |
/gem5/src/systemc/core/ | ||
H A D | event.hh | 13193:37816241c855 Mon Sep 10 20:23:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Track event sensitivities with a list instead of a set. It's totally legal to signal that an event happened to waiting processes in any order we choose, but to match the order of events which appears in the Accellera test golden output, we need to do things in the order they did. This is less efficient, but will reduce the number of false positives. Change-Id: Ie2882249ae846991d627f5f688a9e89e629bb300 Reviewed-on: https://gem5-review.googlesource.com/c/12612 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com> |
H A D | sc_spawn.cc | 13267:7997f7b8bede Fri Sep 28 16:02:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Use c++11 partial functions instead of boosts. This creates a depenendency on c++11 which the headers otherwise avoid, but gem5 itself already has a c++11 dependency and not a boost dependency, and outside of having a local copy of boost (which Accellera does) there isn't a good way to put the placeholder values _1, _2, etc., into the custom sc_unnammed namespace. Change-Id: I52ca4c1bc52bef6ff2c62e9f3c32af46f95244dc Reviewed-on: https://gem5-review.googlesource.com/c/13193 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com> |
Completed in 16 milliseconds