]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
add todos
authorregehr <regehr>
Thu, 23 Apr 2009 17:17:28 +0000 (17:17 +0000)
committerregehr <regehr>
Thu, 23 Apr 2009 17:17:28 +0000 (17:17 +0000)
tools/tinyos/safe/tos-ramsize

index 497acc54fa0602f14ae9cfb0806eba0df76b6e73..431391e81352b19c0520e63da831cbd2377e9e10 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 
-# Copyright (c) 2003 University of Utah and the Flux Group.
+# Copyright (c) 2003-2009 University of Utah and the Flux Group.
 # All rights reserved.
 # 
 # Permission to use, copy, modify, distribute, and sell this software
@@ -21,6 +21,9 @@
 # Author: John Regehr (regehr@cs.utah.edu)
 # Revised by: Xuejun Yang on 01/10/2009 
 
+# For more information:
+#   http://docs.tinyos.net/index.php/Stack_Analysis
+
 use strict;
 use warnings;
 use Getopt::Long;
@@ -41,6 +44,8 @@ use Getopt::Long;
 # tighten results by keeping track of depths inside and out of
 # atomic sections
 #
+# print stack used at thread blocking points
+#
 # support overriding the default heuristic for detecting atomic
 # interrupts
 #