search for: kennneth

Displaying 5 results from an estimated 5 matches for "kennneth".

Did you mean: kenneth
2006 Jul 14
4
[LLVMdev] LLVM bytecode simulator/emulator?
...x, y sub y, z jmpif z>100 ... jmpif z>100 mul x, z If my problem still isn't clear, it's because I didn't explain it well. Feel free to ask further questions. I'll look into the documentation/examples today, to see if I can find some kind of dynamic analysis. greetings, Kennneth -- Statistics are like a bikini. What they reveal is suggestive, but what they conceal is vital (Aaron Levenstein) Kenneth Hoste ELIS - Ghent University kenneth.hoste at elis.ugent.be http://www.elis.ugent.be/~kehoste
2008 Aug 11
1
encoding accentsand tildes in R Macosx
Hello, In R under Mac OS X 10.5.4 I've had problems when I've tried to read a data.frame with characters including tildes and accents. For instance Floreña is changed to Flore\x96a and Ranchería is changed to Rancher\x92a In the code: section<-read.table('Sectiondic.txt',sep='\t',header=T,stringsAsFactors=F,encoding=" ") I've changed the
2006 Jul 13
0
[LLVMdev] LLVM bytecode simulator/emulator?
On Thu, 13 Jul 2006, Kenneth Hoste wrote: > After browsing through the docs, at a first glance I think I should write a > plugin for the 'analyze' tool. I think > http://llvm.org/docs/WritingAnLLVMPass.html is where I should start from. > The only problem I see now is that there doesn't seem to be a way to get > information on a single instruction while being able to
2006 Jul 13
2
[LLVMdev] LLVM bytecode simulator/emulator?
Chris Lattner wrote: > On Thu, 13 Jul 2006, Kenneth Hoste wrote: >> Chris Lattner wrote: >>> Hacking on the interpreter is easy, but has several drawbacks. In >>> particular, the interpreter is very slow (even compared to other >>> interpreters) and it is missing functionality: you cannot call >>> arbitrary external functions, which causes many
2006 Jul 14
0
[LLVMdev] LLVM bytecode simulator/emulator?
...; mul x, z > > > If my problem still isn't clear, it's because I didn't explain it > well. Feel free to ask further questions. I'll look into the > documentation/examples today, to see if I can find some kind of > dynamic analysis. > > greetings, > > Kennneth > >