[Vm-dev] CCodeGenerator>>emitCHeaderOn:

Andreas Raab andreas.raab at gmx.de
Wed Mar 10 08:02:58 UTC 2010


Hi -

I'd like to propose to REMOVE the inline definition of void error(char*) 
from CCodeGenerator>>emitCHeaderOn:.

Rationale:
Allow the support code to handle fatal errors and provide proper 
feedback. Currently a fatal error will cause the VM to silently quit 
instead of telling the user that a fatal error happened. It also 
prevents gathering additional information that the VM could other 
provide (such as the crash.dmp on Windows).

Anyone opposed to that change?

Cheers,
   - Andreas



More information about the Vm-dev mailing list