Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
The exception associated to each process was relocated from the
authorcristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 18 Aug 2009 14:01:09 +0000 (14:01 +0000)
committercristianrosa <cristianrosa@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 18 Aug 2009 14:01:09 +0000 (14:01 +0000)
commitd869090cbfe6a45bedf556f99e16612c595e3a98
treec24dd2266a57a4a49a57210bb665ad074612d4f3
parent50fd860b367f42edfa81ab6e83bcd2379b7e8ec8
The exception associated to each process was relocated from the
context to the simix process that contains it. This is both faster and
simpler because the initialization code was factorized and exception
fetching uses one dereference less.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6594 48e7efb5-ca39-0410-a469-dd3cf9ba447f
examples/msg/masterslave/masterslave_failure.tesh
src/simix/private.h
src/simix/smx_context.c
src/simix/smx_context_java.c
src/simix/smx_context_sysv.c
src/simix/smx_context_thread.c
src/simix/smx_global.c
src/simix/smx_process.c
src/simix/smx_synchro.c