[isabelle-dev] Data slots for runtime compiler invocation

Florian Haftmann florian.haftmann at informatik.tu-muenchen.de
Mon Jan 10 09:04:50 CET 2011


Recently I changed the interface for invoking the compiler at runtime on
generated code to use proof data slots rather than unsychronized
references.  The consequence is that there are a lot of non-joinable
proof data slots laying around in the same module, cf.
http://isabelle.in.tum.de/reports/Isabelle/rev/f6ab14e61604

Maybe it would be better to avoid proof data slots entirely in that case
any use thread-local state variables or something like that?  The
crucial issue is that compiler invocation essentially is a function of
type string -> unit but somehow a result has to be returned, which must
occur through a side effect.

	Florian

-- 

Home:
http://www.in.tum.de/~haftmann

PGP available:
http://home.informatik.tu-muenchen.de/haftmann/pgp/florian_haftmann_at_informatik_tu_muenchen_de

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <https://mailmanbroy.informatik.tu-muenchen.de/pipermail/isabelle-dev/attachments/20110110/a31ea6fd/attachment.asc>


More information about the isabelle-dev mailing list