[Tinyos-devel] cruisecontrol now testing for safe tinyos

John Regehr regehr at cs.utah.edu
Mon Jul 7 12:16:22 PDT 2008


Thanks Jan.

I think you can just add the sizes of the data and BSS segments together, 
there's no effective difference between these (notice that the TinyOS 
build system does this already).

Stack is trickier since it's allocated dynamically; you'll need to either 
measure it empirically or else predict using static analysis.  Hopefully 
I'll add a stack analyzer to the T2 build system during the next few 
months...

John


More information about the Tinyos-devel mailing list