search for: pnet

Displaying 20 results from an estimated 22 matches for "pnet".

Did you mean: net
2009 Mar 03
3
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
Hi Chris, Just in case that this information does not get corrupted I want to point to the issue: In http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf it is on page 21: "VMKit, Mono, PNet", Array bounds checks. In http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf it is on page 17: "We compare N3 with Mono [9] version 1.2.6, and PNet version 0.7.4 [2], which uses libjit as dynamic compiler...." This statement is false. PNet version 0.7.4 has not been using LibJIT....
2009 Mar 03
0
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
Dear all, First, sorry for all that noise. I know you guys *just don't care*TM, but this requires some clarification. I won't say more than what's in this email. The VMKit paper dates from early 2008. It compares VMKit with pnet 0.7.4 and not the latest release (0.8.0) because we were not able to get any information to build it correctly at the time; the website that hosted libjit was broken, i.e. http://www.southern-storm.com.au. That said, here's the info that we have on the pnet website: > January 15-01-2006...
2009 Apr 28
3
[LLVMdev] how to build Java frontend for LLVM?
thx, but i meet a problem in configuing the pnet-0.8.0. the error info: checking for treecc... no treecc is required to build and can be obtained from http://www.southern-storm.com.au how to fix this problem? thx! -Joey /*****************************************/ On Apr 23, 2009, at 10:25 PM, kqyang wrote: hi all i check out https:...
2002 Mar 01
3
calculating std err (SEM)?
Is there a "canned" function in R for finding the standard error of the mean? I have tried > sem <- function(x) c(mean =mean(x), + SEM = stdev(x)/sqrt(length(x))) > sem(pnet.lai) Error in sem(pnet.lai) : couldn't find function "stdev" It looks like there is no stdev function in R Thanks, Kirk Kirk R. Wythers email: kwythers at umn.edu University of Minnesota tel: 612.625.2261 Department of Forest Resources fax: 612.625.5212 Saint Paul, MN 551...
2009 Apr 20
2
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
...las.geoffray at lip6.fr>: > Dear all, > > First, sorry for all that noise. I know you guys *just don't care*TM, but > this requires some clarification. I won't say more than what's in this > email. > > The VMKit paper dates from early 2008. It compares VMKit with pnet 0.7.4 and > not the latest release (0.8.0) because we were not able to get any > information to build it correctly at the time; the website that hosted > libjit was broken, i.e. http://www.southern-storm.com.au. That said, here's > the info that we have on the pnet website: > &gt...
2005 Jul 07
5
[LLVMdev] External function 'pthread_once' could not be resolved
...M-tools. After minor modifications of source and build code and some configure housekeeping, it seems that I've managed so far to build all the DotGNU tools. However, when extensively using the DotGNU tools I get this error message: make[1]: Entering directory `/home/hb/projects/build/LLVM/pnet-1-1/samples' ../ilasm/ilasm -o evenodd.exe /home/hb/projects/src/pnet-1/pnet-0.7.0/samples/evenodd.il ERROR: Program used external function 'pthread_once' which could not be resolved! lli(_ZN85_GLOBAL__N__home_hb_projects_src_llvm_1_llvm_lib_System_Signals.cpp_17E02520_F7D322F615Print...
2005 Jul 07
0
[LLVMdev] External function 'pthread_once' could not be resolved
On Thu, 2005-07-07 at 13:52 +0200, Henrik Bach wrote: > make[1]: Entering directory `/home/hb/projects/build/LLVM/pnet-1-1/samples' > ../ilasm/ilasm -o evenodd.exe > /home/hb/projects/src/pnet-1/pnet-0.7.0/samples/evenodd.il > ERROR: Program used external function 'pthread_once' which could not be > resolved! > lli(_ZN85_GLOBAL__N__home_hb_projects_src_llvm_1_llvm_lib_System_Signals.cpp...
2010 Jul 19
3
[LLVMdev] Building VMKit
...t.llvm.org/get_started.html, as near as I can tell. I configured llvm with the default configuration: ./configure I configured vmkit with: ./configure --with-llvmsrc=/home/jowarner/code/llvm/ --with-llvmobj=/home/jowarner/code/llvm/ --with-gnu-classpath-glibj=/usr/share/classpath/glibj.zip --with-pnet-local-prefix=/home/jowarner/code/pnet-0.8.0/ --with-pnetlib=/home/jowarner/code/pnetlib-0.8.0/ Thanks, Joshua On Mon, Jul 19, 2010 at 8:40 AM, Duncan Sands <baldrick at free.fr> wrote: > > I'm trying to build VMKit from SVN, and I'm getting a bunch of errors > > that al...
2009 Apr 28
0
[LLVMdev] how to build Java frontend for LLVM?
I haven't built those pieces myself, so take this all with a grain of salt. It looks like you need another tool, treecc, to build pnet. The referenced website looks to have expired (advertising parking page there now); however, google turns up http://www.freshports.org/lang/treecc which looks like it might at least be a place to start. Regards, Jim On Apr 27, 2009, at 7:48 PM, kqyang wrote: > > thx, but i meet a...
2010 Jun 29
1
[LLVMdev] problems building vmkit
...farther but fails in different places depending upon the vmkit config (Can you please see the three case below?). My machine is a intel core i7 running ubuntu karmic and gcc 4.4.1. What arch/OS/distro/gcc do you all have VMKit working on? thanks for your help. -ZK 1) For any configuration with (pnet and pnetlib build successfully): --with-pnet-local-prefix=/home/zoewolk/RESEARCH/pnet-0.8.0 --with-pnetlib=/home/zoewolk/RESEARCH/pnetlib-0.8.0 I get that TRACER is undefined. I messed with this some but there are two tracer functions depending on the gc (tracer() and tracer(...)). I'm not su...
2009 Mar 02
0
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
On Mar 2, 2009, at 8:25 AM, Kirill Kononenko wrote: > Hello Dear LLVM Developers and Users Hi Kirill, Please talk to Nicholas about this, thanks! -Chris > > > I would like to complain about scientific inaccuracy of the paper > http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf written by > Nicolas Geoffray, Gaël Thomas, Charles Clément, Bertil Folliot, Gilles > Muller
2009 Mar 02
2
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
Hello Dear LLVM Developers and Users I would like to complain about scientific inaccuracy of the paper http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf written by Nicolas Geoffray, Gaël Thomas, Charles Clément, Bertil Folliot, Gilles Muller and presentation done by Nicolas Geoffray on LLVM conference supported by Google: http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf They provide
2009 Sep 18
0
[LLVMdev] compiling java frontend
Hi Andreas, Since you're only looking for a Java frontend, I suggest you only build the Java frontend of vmkit and don't pass any pnet or mono information to the configure script. I haven't updated the pnet part of the .Net frontend. On the other hand, the Java frontend is up-to-date. Nicolas Andreas Saebjoernsen wrote: > Thanks, I am now working on compiling up VMKit. When compiling VMKit > in my up-to-date svn ch...
2009 Sep 18
3
[LLVMdev] compiling java frontend
Thanks, I am now working on compiling up VMKit. When compiling VMKit in my up-to-date svn checkout I get several error messages on missing members of the class 'llvm::Type': PNetLib.cpp: In function ‘void decapsulePrimitive(n3::VMObject*, const llvm::Type*, std::vector<llvm::GenericValue, std::allocator<llvm::GenericValue> >&)’: PNetLib.cpp:694: error: ‘Int1Ty’ is not a member of ‘llvm::Type’ PNetLib.cpp:698: error: ‘Int8Ty’ is not a member of ‘llvm::Type’ P...
2010 Jul 19
0
[LLVMdev] Building VMKit
> I'm trying to build VMKit from SVN, and I'm getting a bunch of errors > that all seem to be related to the TRACER macro not getting defined: ... > Is there something wrong with my configuration? Hi Joshua, some details like what platform you are on (darwin, linux, windows), what compiler you are using, how you configured LLVM etc would be helpful. Ciao, Duncan.
2010 Jul 19
1
[LLVMdev] Fwd: Building VMKit
...rld!" program. Joshua On Mon, Jul 19, 2010 at 9:44 AM, nicolas geoffray < nicolas.geoffray at gmail.com> wrote: > Hi Joshua, > > The .Net implementation in VMKit hasn't been updated for a long while. > Fortunately for you, the Java implementation is not :). Remove all pnet > references in your configure and it should compile fine: > > ./configure --with-llvmsrc=/home/jowarner/code/llvm/ > --with-llvmobj=/home/jowarner/code/llvm/ > --with-gnu-classpath-glibj=/usr/share/classpath/glibj.zip > > Nicolas > > On Mon, Jul 19, 2010 at 5:21 PM, Josh...
2010 Jul 19
2
[LLVMdev] Building VMKit
Hi, I'm trying to build VMKit from SVN, and I'm getting a bunch of errors that all seem to be related to the TRACER macro not getting defined: llvm[3]: Compiling Assembly.cpp for Release+Asserts build In file included from Assembly.cpp:15: Assembly.h:140: error: variable or field ‘TRACER’ declared void In file included from Assembly.cpp:19: N3.h:109: error: variable or field ‘TRACER’
2010 Sep 28
1
[LLVMdev] [VMKit-2.7] libvmjc.so building problem
...ge to setup my environment: http://vmkit.llvm.org/get_started.html My llvm, llvm-gcc, and vmkit are not SVN version. All of them are downloaded from this page: http://llvm.org/releases/download.html#2.7 GNU classpath is downloaded from: ftp://ftp.gnu.org/gnu/classpath/classpath-0.97.2.tar.gz PNet & PNetlib are not used because I just want the JVM. I use these arguments to configure my VMKit: ./configure --prefix=/home/lhtseng/llvm --with-llvmsrc=/home/lhtseng/llvm/src/llvm --with-llvmobj=/home/lhtseng/llvm/obj/llvm --with-gnu-classp...
2009 Apr 24
2
[LLVMdev] how to build Java frontend for LLVM?
hi all i check out https://llvm.org/svn/llvm-project/java/trunk but i can not find any document to built it. Who knows how to built? BTW: I have successfully built C/C++ frontend for LLVM. Thx! -Joey -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090424/fb077a00/attachment.html>
2009 Apr 24
0
[LLVMdev] how to build Java frontend for LLVM?
On Apr 23, 2009, at 10:25 PM, kqyang wrote: > hi all > > i check out https://llvm.org/svn/llvm-project/java/trunk > but i can not find any document to built it. > Who knows how to built? > BTW: I have successfully built C/C++ frontend for LLVM. > Thx! > Unfortunately it is far far far behind LLVM head and hasn't been maintained for quite a while. Perhaps vmkit