[llvm-commits] CVS: llvm-www/safecode/index.html
John Criswell
criswell at cs.uiuc.edu
Tue Nov 3 14:16:33 PST 2009
Changes in directory llvm-www/safecode:
index.html updated: 1.27 -> 1.28
---
Log message:
Replaced old text with newer text provided by Vikram.
---
Diffs of the changes: (+2 -1)
index.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm-www/safecode/index.html
diff -u llvm-www/safecode/index.html:1.27 llvm-www/safecode/index.html:1.28
--- llvm-www/safecode/index.html:1.27 Tue Nov 3 09:38:56 2009
+++ llvm-www/safecode/index.html Tue Nov 3 16:15:36 2009
@@ -49,7 +49,8 @@
<p>
The purpose of the SAFECode project is to enable program safety without
- runtime checks and garbage collection, using static analysis when
+ garbage collection and with minimal run-time checks using static
+ analysis when
possible and run-time checks when necessary. SAFECode defines a code
representation with minimal semantic restrictions designed to enable
static enforcement of safety, using aggressive compiler techniques
More information about the llvm-commits
mailing list