Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Add stack-cleaning compiler wrappers
authorGabriel Corona <gabriel.corona@loria.fr>
Tue, 7 Oct 2014 09:26:45 +0000 (11:26 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Mon, 3 Nov 2014 09:42:22 +0000 (10:42 +0100)
commit00fab7f6cbb427e331c007ed07403be1add49b25
tree7df29f23bb72842c3b7a881e2931a6c0843e4aa0
parent680d3333804979cca617afe9bef76ab1b1eb9f0e
[mc] Add stack-cleaning compiler wrappers

This compiler wrappers clear each satck frame before using it in order
to avoid issues with unitialized variables in SimGridMC state
comparison.

Compiling with those compiler is much slower.
tools/stack-cleaner/README [new file with mode: 0644]
tools/stack-cleaner/as [new file with mode: 0755]
tools/stack-cleaner/c++ [new file with mode: 0755]
tools/stack-cleaner/cc [new file with mode: 0755]
tools/stack-cleaner/clean-stack-filter [new file with mode: 0755]