[LLVMdev] Win32 JIT issue + bug in ScheduleDAGSNodes.h?

Óscar Fuentes ofv at wanadoo.es
Tue Dec 30 19:35:13 PST 2008


srs <skaflotten at gmail.com> writes:

>> This is very strange. Can you test if the Fibonacci.exe example runs
>> quick? (It should show the result almost instantaneously. Discard the
>> first run: most of that time is the OS loading the executable from disk)
>>
>> If the Fibonacci example works, please compare its link command options
>> with your compiler's.
>>   
>
> (Resending... was scrubbed due to html)
>
> The Fibonacci example works just fine; results appear quickly. The link 
> options are the same AFAICT (except for the addition of 
> ExecutionEngineBindings.obj...)

Then we have a mystery, as examples/Fibonacci/fibonacci.cpp contains

  ExecutionEngine *EE = ExecutionEngine::create(MP, false);

which works just fine.

-- 
Oscar




More information about the llvm-dev mailing list