search for: mallocslaballoc

Displaying 3 results from an estimated 3 matches for "mallocslaballoc".

2010 Apr 05
0
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...all tests (including native) run out of memory, llvm 2.6 had this problem too, but it didn't miscompare (it was all Out of memory). Now in 2.7 the JIT crashes when running out of memory. While that is a bug, I'm not sure if its part of the release criteria. I tried to make some changes in MallocSlabAllocator to not crash, but then FoldingSet crashed on OOM. P.S.: looking at the current 2.7 release blockers I only see PR6696 as relevant, the others are warnings, experimental code, and a fortran failure. Is that the case, or are the others release blockers too? Best regards, --Edwin
2011 Jun 11
0
[LLVMdev] Kaleidoscope Build Error
...l/libLLVMBitReader.a(BitcodeReader.o): In > function `llvm::BitcodeReader::FreeState()': > BitcodeReader.cpp:(.text+0xaed): undefined reference to `operator > new(unsigned long)' > ... > /homes/malecha/tmp/llvm/lib/ocaml/libLLVMSupport.a(Allocator.o):(.data.rel.ro._ZTIN4llvm19MallocSlabAllocatorE[typeinfo > for llvm::MallocSlabAllocator]+0x0): undefined reference to `vtable for > __cxxabiv1::__si_class_type_info' > /homes/malecha/tmp/llvm/lib/ocaml/libLLVMSupport.a(Allocator.o):(.data.rel.ro._ZTIN4llvm13SlabAllocatorE[typeinfo > for llvm::SlabAllocator]+0x0): undefined...
2010 Mar 30
2
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
On 03/30/2010 09:15 PM, Tanya Lattner wrote: > > Thanks for testing the release! > >> Tests were run on x86-64, Debian unstable, Linux 2.6.33, gcc 4.4.3, >> 64-bit. I built srcdir == objdir, I have built llvm and clang myself, >> and used the binaries for llvm-gcc. >> >> 1. llvm-gcc 2.7 vs 2.6 >> compared to my results from Aug 31 2009, ignoring CBE