This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

R7RS 'emergency-exit' added and 'exit' modified.


I changed the 'exit' procedure so it calls finally blocks (as
in try-finally'), including dynamic-wind "after" handlers.
It does this by throwing an ExitCalled exception, but only
when ExitCalled.push/pop "nesting" is non-zero.

I also added emergency-exit, which just calls Runtime.halt,
thus not hannling finally blocks or JVM shutdown hooks.
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]