[LLVMdev] Status of the 2.3 release - volunteers needed.

Tanya M. Lattner tonic at nondot.org
Tue Jun 3 09:38:01 PDT 2008


>> Many of you are probably wondering about the status of the 2.3
>> release. Unfortunately, this release has been very difficult and the
>> list of regressions very high. The list has finally dwindled down to
>> the following regressions:
>>
>> Linux/x86:
>> SingleSource/Benchmarks/CoyoteBench/fftbench [ JIT Codegen, JIT]
>
>
> Increasing ulimit to 230 Mb (from 200Mb) makes fftbench/JIT pass on
> mainline.
> Maybe JIT should have a higher ulimit because it needs to keep the
> bytecode in memory too?

Thank you! Anton committed a patch to reduce the testcase size, so I think 
this should be fixed now.

>> MultiSource/Applications/minisat/minisat [CBE]
>
> CBE didn't fail for me with the prerelease package, instead JIT failed
> on minisat.
>
> Do you want me to retry with llvm 2.3 from the release branch?


No, thats ok. I think someone has narrowed down the issue:
http://llvm.org/bugs/show_bug.cgi?id=2407

The JIT does fail on minisat, but it is not a regression. So while it is a 
bug, its not critical for this release. If you want to investigate it, 
please feel free :)

Thanks for the help!

-Tanya



More information about the llvm-dev mailing list