search for: analsi

Displaying 6 results from an estimated 6 matches for "analsi".

Did you mean: analisi
2004 Mar 19
1
[LLVMdev] LLVM for research
Chris, I am thinking of using LLVM as a platform to carry out my research in using static analsis for program security and safety/system biology. What I look forward from you in response to this mail is the availability of support and commitment by your team in continuing LLVM. Secondly, in addition to the application of LLvM mention on website, do you know other poeple using LLVM.. reg...
2004 Feb 12
1
Almost Ideal Demand System
Hi there fellow R users, Has anyone got an R example of applying an Ideal demand system, possibly using the library systemfit?? Thanks Wayne Dr Wayne R. Jones Senior Statistician / Research Analyst KSS Limited St James's Buildings 79 Oxford Street Manchester M1 6SS Tel: +44(0)161 609 4084 Mob: +44(0)7810 523 713 KSS Ltd Seventh Floor St James's Buildings 79 Oxford Street
2004 Mar 19
2
[LLVMdev] Annotations on IR
Hi, I checked out the LLVM code today, and it seems Value is no longer a subclass of Annotable. Is IR annotation still supported? Right now, I just need to annotate global variables. Thanks Rahul
2004 Mar 19
0
[LLVMdev] Annotations on IR
On Fri, 19 Mar 2004, Rahul Joshi wrote: > I checked out the LLVM code today, and it seems Value is > no longer a subclass of Annotable. Is IR annotation still > supported? Right now, I just need to annotate global variables. Nope, we removed that from the IR from CVS (what will be 1.2 soon). The Annotation class had several problems and wasn't needed. In any case where you used
2006 Jul 14
1
[LLVMdev] static compilation with the LLVM C frontend
Hello all, I'm wondering if static compilation using llvm-gcc, i.e. including the library code (for example prinft) in the LLVM bytecode, is possible? I've tried adding the -static option to the llvm-gcc4 compiler, but that doesn't seem to change much (I got the same instruction count either with or without the option). Compiling and interpreting a small test program (hello world
2007 Oct 02
53
Direct I/O ability with zfs?
We are using MySQL, and love the idea of using zfs for this. We are used to using Direct I/O to bypass file system caching (let the DB do this). Does this exist for zfs? This message posted from opensolaris.org