[Mono-devel-list] Fault tolerance
Luca Roccia
little_rock at users.sourceforge.net
Fri May 21 12:57:28 EDT 2004
I'm tring to add fault tolerance (for run-time corruption of mem)
capability to mint. To do so, I need to triplicate all datas pushed into
the stack.
Firstly I modified "stackval_to_data" and "stackval_from_data" for data
triplication and also "stackval" consequently.
The I found that Mono pushed on stack only the quantity of mem. needed
to manage the variable. So I tried to look up into arch/x86/tramp.c
where the memory is allocated and make it three time bigger, but here
I've lost :(.
Any clue on how I can to the triplication?
Tnx for the help.
---
Luca Roccia
More information about the Mono-devel-list
mailing list