You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: