Displaying 2 results from an estimated 2 matches for "mergebb".
Did you mean:
mergeb
2011 Apr 05
1
[LLVMdev] [GSoC] Optimizing for size
Hi all,
I'm interested in adding code size optimizations as a GSoC project. This is
necessary when compiling for embedded devices, where LLVM should optimize for
size even at the expense of speed. I'm still working on my proposal, but I'd
like some advice on the technical parts and overall project plan.
First, I would add a way to determine which parts of the code should be optimized
2010 Jun 05
0
[LLVMdev] JIT "Error: Recursive compilation detected!" when lazily compiling one function at a time
...::runJITOnFunctionUnlocked(llvm::Function*, const
llvm::MutexGuard&): Assertion `!isAlreadyCodeGenerating && "Error:
Recursive compilation detected!"' failed.
0 libLLVM-2.7.so 0x012eb2c8
Stack dump:
0. Program arguments: opt
-load=/home/gregory/thesis/llvm/Release/lib/LLVMmergebb.so -mergebb
-stats bullet.linked.bc -o bullet.linked.bc.opt
1. Running pass 'Merge similar basic blocks' on module 'bullet.linked.bc'.
2. Running pass 'X86 Machine Code Emitter' on function
'@_ZN35btSequentialImpulseConstraintSolver28solveGroupCacheFriendlySetupEPP17btCo...