Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove StateTrace from the CPU constructor
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 19 Mar 2016 02:17:39 +0000 (03:17 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 20 Mar 2016 00:01:28 +0000 (01:01 +0100)
commitb7191e0a0c80df374d7bc4d00696578d106bd03c
treef9964963994ddfe0163c14c990c1443d4a1a70e1
parent41ed3fe2b45c3860665301ae8803fe5cdcf8f53f
remove StateTrace from the CPU constructor

This only bloats the CPU interface. People wanting to attach a trace
can do that after creation with setStateTrace.
src/surf/cpu_cas01.cpp
src/surf/cpu_cas01.hpp
src/surf/cpu_interface.hpp
src/surf/cpu_ti.cpp
src/surf/cpu_ti.hpp
src/surf/ptask_L07.cpp
src/surf/ptask_L07.hpp
src/surf/sg_platf.cpp
src/surf/vm_hl13.cpp