similar to: [LLVMdev] State of the Java frontend

Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] State of the Java frontend"

2011 Aug 29
0
[LLVMdev] State of the Java frontend
Hi Paulo, You can take a look at http://vmkit.llvm.org. It provides a JVM on top of LLVM to run Java applications. There is also (limited) support for ahead of time compilation that compiles Java code to native code. Cheers, Nicolas On Mon, Aug 29, 2011 at 7:11 PM, Paulo Pinto <pjmlp at progtools.org> wrote: > Hi, > > not sure if this is the correct mailing list. I recently
2005 Jan 27
3
Installing rails without gems
After reading the article about rails in OnLamp, I''ve decided to give it a try. In many way it resembles a product that I used to work several years ago, but based on Tcl. So I this might just be what a Pythonier as me needs to try out Ruby. :) Now the problem is, right now the computer where I want to play around with rails doesn''t have net access. I already downloaded the
2002 Dec 19
1
vorbis_example.c
Hi, This is my 1st time working with ogg-vorbis software. I tried to run vorbisfile_example.c (using a valid ogg file as input) and got the following error during the ov_open call: "Unhandled exception in vorbis_example.exe (KERNEL32.DLL): 0xC0000005: Access Violation." My working environment is Windows 98-SE and Visual Studio 6.0. Any ideas/thoughts, or where else to look would be
2011 Aug 29
1
[LLVMdev] State of the Java frontend
> You can take a look at http://vmkit.llvm.org. It provides a JVM on top of LLVM > to run Java applications. There is also (limited) support for ahead of time > compilation that compiles Java code to native code. Also dragonegg can compile Java. It doesn't output class constructors yet, so the output won't actually work. I think Peter has a patch fixing that, so you might want
2007 Nov 27
5
windows vista
Hello there Im suzuky Pinto from Mexico. And Im buying a new computer and this have windows vista. Could I have any problem using R on it? thabks Suzuky** Comparte video en la ventana de tus mensajes (y también tus fotos de Flickr). Usa el nuevo Yahoo! Messenger versión Beta. http://mx.beta.messenger.yahoo.com/ [[alternative HTML version deleted]]
2006 Jul 04
7
inverse of eval() ?
I''m trying to figure out how to turn a string into an object. Can anyone point me? Here''s some background. Here''s the part of what I''m trying to do that works. ------------------------------------- @ford = [''mustang'', ''pinto''] make = ''@ford'' puts eval(make) --> produces mustang pinto
2006 Mar 30
2
Unbalanced Manova
Dear all, I need to do a Manova but I have an unbalanced design. I have morphological measurements similar to the iris dataset, but I don't have the same number of measurements for all species. Does anyone know a procedure to do Manova with this kind of input in R? Thank you very much, Naiara. -------------------------------------------- Naiara S. Pinto Ecology, Evolution and Behavior 1
2011 Jul 11
2
Congratulations to the Centos Team for the hard work on Centos 6
I just wanted to say Congratulations and thank you to the Centos Team for all of the work on Centos 6 - I know the last few months have not been easy - but the real benefit will be that Centos 6 will be as good and as stable as Centos 5 has been for me and everyone who has been using it for the past 4 years. It has never a matter of just getting it done - but getting it done right. Thank You
2004 Nov 08
4
Wine-20041019.tar.gz
Dear List, My 'puter runs SuSE Linux version 8.0 I have just compiled and installed, using ./tools/wineinstall Wine-20041019 The compile and install appeared to go smoothly without error messages, and was installed using 'su' to root. But, a segmentation faults prevents me from starting Wine :-( Please, is there a remedy to fix this ? Thank you, Richard ___________
2006 Jan 10
2
reading contigency tables
Hi all, I need some help using read.ftable to read a contingency table. My columns are organized as follows: order--family--species--location--number of individuals I couldn't figure out how to change the data on my text file to be imported into R; and after you do that, is it possible to convert the table into a data frame? Any tips would be greatly appreciatted! Thanks a lot, Naiara.
2006 Jan 21
1
" 'x' must be numeric"
Hello all, I am importing data from a txt file and try to get a histogram, I get the message: "Error in hist: 'x' must be numeric". When I use mode R returns "List". However when I use srt I get: `data.frame': 456 obs. of 1 variable: $ V1: num 0.6344 0.4516 0.0968 0.7634 0.7957 ... My file consists of one column only (no headers) and I can't figure out why
2006 Jan 24
1
polr (MASS)
Hello all, I am trying to use polr (the ordered logistic model from MASS) but I am getting the following error message: Error in if (all(pr > 0)) -sum(wt * log(pr)) else Inf : missing value where TRUE/FALSE needed My response variable is a factor with 3 levels and I have 2 independent variables. I am not sure if I guessed the starting parameters right, which I imagine could be a source of
2010 Aug 20
3
how to interpret KS test
Dear R users I am using KS test to compare two different distribution for the same variable (temperature) for two different time periods. H0: the two distributions are equal H1: the two distributions are different ks.test (temp12, temp22) Two-sample Kolmogorov-Smirnov test data: temp12 and temp22 D = 0.2047, p-value < 2.2e-16 alternative hypothesis: two-sided Warning message: In
2010 Jul 26
3
Cluster analysis
Hi all, I have no idea if this question is to easy to be answered, but I?m starting with R. So, here we go. I have a large dataset with a lot of steps a judicial case. A sample is attached. I?d like to do a cluster analysis to try to understand with one is the most usual path followed by this legal cases. After that, I?d like to plot a cluster tree. In the attached sample, the column: -
2009 Dec 05
7
ActionMailer dont function with JRuby?
I have application that i send email normal with native ruby. But when i execute the sample application with jruby, it dont send email and dont get error. What can be wrong? -- Atenciosamente, Paulo Coutinho. Blog: www.prsolucoes.com/blog Site: www.prsolucoes.com Msn: paulo-QE/7f1ia5mR0ubjbjo6WXg@public.gmane.org -- You received this message because you are subscribed to the Google Groups
2012 Jul 15
5
variable (column) in a data frame
To the R help list, When using a data frame, there is no warning or error message when I refer to a non-existent variable inside the data frame. Example: ##---------------------------------------------- a <- c(1,2,3) b <- c(11,22,33) df <- data.frame(a,b) df ## correct: there is a column in df named 'a' ## the sum is correctly performed sum(df$a==2) ## incorrect: there is
2015 Aug 27
7
Mailbox can't be created
On 27/08/15 10:42, Muzaffer Tolga Ozses wrote: > Please check permissions as this sounds like a permissions issue m I am confused then. /home/vmail/Maildir is 700 for vmail:vmail. If dovecot-lda runs as vmail then there's no problem, if it runs as root it shouldn't face problems either. How can I determine which user dovecot-lda runs under? Thanks, -- Paulo Matos
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://llvm.org/svn/llvm-project/java/trunk but i can
2006 Feb 10
3
Using two select elements (master - slave)
Hi, I am looking for an opinion. I need to have two select html elements in a form, the selection of the first element will determine the elements of the second select. I do not want to use AJAX, so I think I would like to add a onchange event in the first select, but due to my lack of experience in rails I am somewhat without ideas on the way of handling this "post back" event. Thank
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>