Download List

專案描述

Ivy is a compiler and runtime library for an
extended dialect of C that checks type, memory,
and concurrency safety. Ivy supports the full C
language, and relies on a small number of
lightweight annotations in the source code to keep
time and space overheads reasonable. Ivy is
implemented as a C-to-C compiler using gcc as its
backend.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-10-15 18:32
1.0

This is the first public release of Ivy. It
incorporates the previously available Deputy
(type-safety for C) and HeapSafe
(memory-management safety for C) projects. It adds
a new component, SharC, which allows you to check
that your threaded C programs share data as you
intended. In particular, it prevents and/or
detects all data races. SharC is in a more
experimental state and may impose significant
runtime overheads in some programs.
標籤: Initial freshmeat announcement

Project Resources