search for: schelden

Displaying 6 results from an estimated 6 matches for "schelden".

2011 Nov 08
3
[LLVMdev] Failed to decode profile dump with llvm-prof
On Mon, Nov 07, 2011 at 04:10:29PM +0100, Wim Vander Schelden wrote: > I'm having the same problem. Does anyone know what's causing this? > > Kind regards, > > Wim What's your profiling procedure? I can only guess llvm-prof does not recognize the profiling data. Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Ins...
2011 Nov 08
0
[LLVMdev] Failed to decode profile dump with llvm-prof
Turns out I was using `opt -profile-loader` instead of `opt -path-profile-loader`. Switching to the path profile loader fixed the problem. Wim On Tue, Nov 8, 2011 at 3:18 AM, 陳韋任 <chenwj at iis.sinica.edu.tw> wrote: > On Mon, Nov 07, 2011 at 04:10:29PM +0100, Wim Vander Schelden wrote: > > I'm having the same problem. Does anyone know what's causing this? > > > > Kind regards, > > > > Wim > > What's your profiling procedure? I can only guess llvm-prof does not > recognize the profiling data. > > Regards, > chenw...
2011 Nov 02
1
[LLVMdev] Failed to decode profile dump with llvm-prof
陳韋任 <chenwj <at> iis.sinica.edu.tw> writes: > > Hi, all > > I'm using profiling mechanism provided by LLVM. > What I did is, > > $ ./${LLVM_SRC}/utils/profile.pl hello.bc > > But it turned out that llvm-prof failed to interpret > the profile dump, llvm-prof gave me the error message > below. > > llvm-prof: Unknown packet type #5!
2011 Nov 07
0
[LLVMdev] Failed to decode profile dump with llvm-prof
I'm having the same problem. Does anyone know what's causing this? Kind regards, Wim On Wed, Nov 2, 2011 at 3:07 AM, Michael <michael.humor at gmail.com> wrote: > 陳韋任 <chenwj <at> iis.sinica.edu.tw> writes: > > > > > Hi, all > > > > I'm using profiling mechanism provided by LLVM. > > What I did is, > > > > $
2007 Apr 05
0
Re: How does WxRuby work ??
Wim Vander Schelden wrote: > The way ruby interfaces with native libraries (such as wxWidgets) is very similar to a compiled program. You have to You already need to have wxWidgets installed, if I''m not mistaken, preferably in you C:\Windows\system32 directory. > On Windows, at least, wxWidgets does...
2009 May 20
2
[LLVMdev] LLVM-GCC and Symbian
Hi, I noticed that there is some kind of reference to Symbian support in LLVM-GCC, and I'm trying to find out more about it. I configured llvm- gcc-4.2-2.5 using: > ../configure --prefix=/opt/stow/llvm-gcc-2.5/ --enable-llvm=/home/wim/Documents/Sources/llvm-2.5/OBJ_ROOT/ --disable-bootstrap --disable-multilib --enable-checking --target arm-none-symbianelf --enable-languages=objc,c,c++