Displaying 6 results from an estimated 6 matches for "donig".
Did you mean:
dong
2011 Nov 26
1
[LLVMdev] link modules segfault
Hello everybody,
I'm trying to write a basic block pass linking the module to another module during the pass initialization.
Currently my pass initialization code looks like this:
http://paste.pocoo.org/show/r3fo6FSbE7jR2H5wDId6/
But now I'm getting a strange segmentation fault:
http://paste.pocoo.org/show/n3PImkRCyUWlsMPP9CGu/
Am I doing something wrong?
Best Regards
Andreas
2012 Mar 23
0
[LLVMdev] SPEC CPU2006 bitcode files
On Fri, Mar 23, 2012 at 05:04:34AM +0100, Andreas Donig wrote:
> Hi chenwj,
>
> first let me thank you for your quick answer.
>
> > From your cmdline, I don't see any option to make clang output bitcode. If you
> > want bitcode, try something like `clang -emit-llvm hello.c -c -o hello.bc`.
>
> I added --enable-jit b...
2007 Jul 04
2
timeout error
Hallo,
I am donig a rather long script execution via script/runner (quering a
xmlrpc webservice).
After about 5 minutes the execution stops raising the following error.
/usr/lib/ruby/gems/1.8/gems/rails-1.2.3/lib/commands/runner.rb:47: /
usr/lib/ruby/1.8/timeout.rb:54:in `rbuf_fill'': execution expired
(Tim...
2012 Mar 23
2
[LLVMdev] SPEC CPU2006 bitcode files
Hi chenwj,
first let me thank you for your quick answer.
> From your cmdline, I don't see any option to make clang output bitcode. If you
> want bitcode, try something like `clang -emit-llvm hello.c -c -o hello.bc`.
I added --enable-jit because I had hope this would make LNT run the JIT tests. I thought this process would cause the creation of bitcode files and then execute them
2006 Sep 23
0
Performance on a home fileserver
...up for well under 50% of the time. The
sending side shows constant disk activity (some visible blinking,
little dark time).
zpool iostat shows a peak of 27MB written per 5 seconds, and many
times much less than that; but the disk IO lights suggest that disk
bandwidth isn't the limit (so does donig local disk operations, and
doing a "scrub" where ZFS reads every used block in the pool and
verifies the checksum). But I see 1 or more 5-second periods in every
24 under 1MB.
Yikes; now for a minute or so it's been in the small hundreds of K per
seconds (perhaps because it's go...
2012 Mar 22
3
[LLVMdev] SPEC CPU2006 bitcode files
Hello,
I'm trying to generate bitcode files from the SPEC CPU2006 benchmark suites.
First I installed the benchmarks into ~/llvm/projects/test-suite/External/speccpu2006 and then I tried
~/mysandbox/bin/lnt runtest nt --sandbox=sandbox --cc=/Users/asd/llvm/Release/bin/clang --test-suite=/Users/asd/llvm/projects/test-suite --test-externals=/Users/asd/llvm/projects/test-suite/External -j 4