X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6459d91d70662f4ca8e3a7b4582d5f14e94fa0f5..a21b003b5b98e872795341d7f8c756938e10b0d0:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 5e238de1f7..41bc62f20a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -49,6 +49,8 @@ Models: sthread: - Implement pthread_join in MC mode. - Implement semaphore functions in sthread. + - Add an intricated way to verify the access to non-reentrant data structures + It requires code annotation, as shown in examples/sthread/stdobject/stdobject.cpp Model checking: - Synchronize the MBI tests with upstream.