vnmakarov/mir

Graceful crash handling?

Opened this issue · 0 comments

I've been testing Mir out as a JIT for running IDE / GUI application development. I've successfully been able to run Vala programs with -ccode and the performance is really good. Only question I have is how I may recover and/or catch SEGV faults? Right now I just catch the signal and exit - but it would be better if I could gracefully handle the fault.

Idea I have is to use MIR to compile hot-reload Vala code by compile/link/run on changes (compile single class, relink and run).

Is it possible? And thanks for a wonderful project!