On 30 Nov 2016, at 14:40, Jeff Waugh <[email protected]> wrote: > > Howdy, > > Is there a guide to the dos and don'ts of C according to the seL4 > verification process? I kinda remember reading a quick summary somewhere, but > can't find it on the wiki. Maybe I read it in one of the papers?
It’s described in the original SOSP paper, but some of the restrictions may have been relaxed since, with improvements to the C parser. The main restriction beyond general good coding practice remains no passing of references to automatic variables. You’re right, an up-to-date description on the wiki would be useful. Gernot _______________________________________________ Devel mailing list [email protected] https://sel4.systems/lists/listinfo/devel
