Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Lua works!
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 23 Mar 2010 21:49:56 +0000 (21:49 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 23 Mar 2010 21:49:56 +0000 (21:49 +0000)
commit460bf13957aee18682f280a06910bd4032342fe4
treec0895a281ba0e86afc3042cccb718b4e4c111532
parent06aaaaffb5ec865a880e32dcff6768792ce78446
Lua works!
I don't even have to write a context mechanism. Lua vm's fine with
having swapcontextes changing the world around it. It's also fine with
threads doing so, as long as they dont do it at the exact same time
(but we're just fine in SimGrid).

Some more cleanups are needed, I guess.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7340 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/bindings/lua/simgrid_lua.c
src/simix/smx_context_lua.c
src/simix/smx_context_private.h
src/simix/smx_context_sysv.c
src/simix/smx_context_sysv_private.h [new file with mode: 0644]