Displaying 4 results from an estimated 4 matches for "unitini".
Did you mean:
uniting
2006 Dec 21
0
unitinialized constant Mongrel::HttpHandler (NameError)
Using RailsLive CD (PCLinuxOS) installed to HD.
''gem install mongrel'' reported:
Successfully installed mongrel-0.3.13.4.
though there is one error:
make: ***
[/usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/http11.so] Error 127
Google is no help for this one as the only reference to this error I
could find suggested it might be solved by installing libc, for which I
2008 Mar 31
1
[LLVMdev] Compile programs with the LLVM Compiler as a gsoc project
...th llvm (and do LTO and custom transforms
on it). So that would be novel. However, several existing
optimizations break the linux kernel (and several bits of the linux
kernel are buggy and just happen to work with gcc (aka their
correctness depends on getting a pseudo random value from reading an
unitinialized variable)). Tracking down and distilling minimal test
cases for the broken optimizations would be really useful (and very
painful).
There are really 2 ways to do this. First is to do it manually. find
the optimization that breaks the kernel, find the function, see what
it does that causes...
2008 Mar 31
0
[LLVMdev] Compile programs with the LLVM Compiler as a gsoc project
hi,
Several doubts aroused after I read through all the information provided in
former mails. They are
>
> >>
> > I think this would be a great project. However, I would rephrase it
> > to be more concrete.
> >
> > How about taking a linux distro like redhat or gentoo or whatever you
> > are familiar of comfortable with, and try compiling the whole
2008 Mar 30
7
[LLVMdev] Compile programs with the LLVM Compiler as a gsoc project
Chris Lattner wrote:
>
> On Mar 29, 2008, at 11:53 PM, Kumaripaba Miyurusara Atukorala wrote:
>
>> hi,
>> This e-mail is written to involve some of the project ideas in LLVM
>> in GSOC this year.
>> I was looking in to the ideas mentioned under improving current
>> system and found the idea of "Compile programs with the LLVM
>> Compiler" to be