search for: workssssss

Displaying 3 results from an estimated 3 matches for "workssssss".

2004 Aug 10
0
[LLVMdev] API on JIT, code snippets
...you want to extract the result int value > from the function. The runFunction method returns a GenericValue but I > don't see an obvious way to get an actual value from this class. > Misha: can you help out with "GenericValue" ? I got advice from Chris, thx. AND NOW IT WORKSSSSSS!!! HowToUseJIT.cpp is attached as finall version. ...well could anyone tell me whether JIT was really invoked in this code? What kind of optimization were applied by default (if any)? thanks. oh, and great thanks to Reid of course! -- Valery. -------------- next part -------------- An embedded...
2004 Aug 09
5
[LLVMdev] API on JIT, code snippets
Valery, Attached are three files: "valery.cpp" which contains your original, "reid.cpp" which contains corrections to most of the FIXME items and "diffs" which shows the differences between them. The differences should be instructive on what to do. You were really, really close .. just a few details changing. The code in "reid.cpp" compiles but I
2004 Aug 10
1
[LLVMdev] API on JIT, code snippets
...om the function. The runFunction method returns a GenericValue but I >> don't see an obvious way to get an actual value from this class. > > >> Misha: can you help out with "GenericValue" ? > > > > I got advice from Chris, thx. > > AND NOW IT WORKSSSSSS!!! > > HowToUseJIT.cpp is attached as finall version. > > ...well could anyone tell me whether JIT was really invoked in this code? > What kind of optimization were applied by default (if any)? > > thanks. > > oh, and great thanks to Reid of course! > > -- &gt...