search for: progject

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

2012 Nov 17
2
[LLVMdev] Interprocedural slicing using LLVM
Hi, 1. How can I report a bug or commit a patch to the giri progject? I doubt this central commit list is the right place. 2. Are you still maintaining the giri project any more? Thank you. L On Thu, Jun 28, 2012 at 12:49 AM, John Criswell <criswell at illinois.edu>wrote: > On 6/26/12 5:07 PM, amruth.rd wrote: > > Hello, > > > >...
2009 Aug 24
0
CRAN and noweb
...noweb. Both algorithmicly and statistically this is the most complex bit of code I have done, and after some reading I decided to give the "literal programming" approach a try. It turns out to be one of the better ideas I've ever tried. The current package directory (on r-forge.r-progject.org) has a configure script of (cd R; make fun) which causes most of the R files to be built from the parent .Rnw files in inst/noweb. The cleanup script is (cd R; make clean) to remove them. This follows the Rforge suggestion that derived files not be under version control. Sweave is not...
2012 Jun 27
0
[LLVMdev] Interprocedural slicing using LLVM
On 6/26/12 5:07 PM, amruth.rd wrote: > Hello, > > I am curious to know if LLVM offers any passes to do interprocedural slicing, I need to eliminate most of the computations(possibly all, if they don't influence the control flow), but the control flow of the program should be maintained at all cost. I did see an optimization pass to print the CFG of a function without its body to a
2012 Nov 20
0
[LLVMdev] Interprocedural slicing using LLVM
...> [1] https://github.com/jirislaby > > > > On Sun, Nov 18, 2012 at 4:19 AM, John Criswell <criswell at illinois.edu>wrote: > >> On 11/17/12 6:25 AM, Mingliang LIU wrote: >> >> Hi, >> >> 1. How can I report a bug or commit a patch to the giri progject? I >> doubt this central commit list is the right place. >> >> >> I think posting to llvmdev is fine for now. However, I think it would be >> better if we just gave you commit access so that you can make changes >> directly. Would you like commit access? &gt...
2012 Jun 26
2
[LLVMdev] Interprocedural slicing using LLVM
Hello, I am curious to know if LLVM offers any passes to do interprocedural slicing, I need to eliminate most of the computations(possibly all, if they don't influence the control flow), but the control flow of the program should be maintained at all cost. I did see an optimization pass to print the CFG of a function without its body to a dot file, but I am interested in generating the
2006 Jul 17
7
SSL [X.509] Authentication in Rails?
Been doing some research but haven''t been able to determine much - has anyone had any experience parsing incoming [on the request] x.509 certificates? Specifically, getting name, CA, etc. Here''s how you do in Java Servlets for reference: X509Certificate[] certs = (X509Certificate[]) request.getAttribute("javax.servlet.request.X509Certificate"); Thanks. --