Skip to Content.
Sympa Menu

svadev - [svadev] Documentation

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

[svadev] Documentation


Chronological Thread 
  • From: Jean-Baptiste Tristan <jean.baptiste.tristan AT gmail.com>
  • To: svadev AT cs.uiuc.edu
  • Subject: [svadev] Documentation
  • Date: Tue, 9 Mar 2010 15:07:27 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev>
  • List-id: <svadev.cs.uiuc.edu>

Hi,

I have transformed a piece of code using sc, and the resulting code
has a few extra function declarations such as:

declare void @sc.lscheck(i8*, i8*)

Is there any documentation that could help me understand what those
functions do ?
Some of those functions have a name that is close to the name of some
of the statements
or expressions used in the type system described in the paper
"SAFEcode: Enforcing Alias Analysis
for Weakly Typed Languages". Do you use those functions to "encode"
the type system described in
this paper into regular LLVM code ?

-John




Archive powered by MHonArc 2.6.16.

Top of Page