similar to: help:too slow

Displaying 20 results from an estimated 1100 matches similar to: "help:too slow"

2005 Jul 07
2
randomForest
> From: Weiwei Shi > > it works. > thanks, > > but: (just curious) > why i tried previously and i got > > > is.vector(sample.size) > [1] TRUE Because a list is also a vector: > a <- c(list(1), list(2)) > a [[1]] [1] 1 [[2]] [1] 2 > is.vector(a) [1] TRUE > is.numeric(a) [1] FALSE Actually, the way I initialize a list of known length is by
2001 Mar 22
5
out of memory?
Hello r-help, why call: #---------- outer(1:1000, 1:2, function(r,c) ifelse(m[r,c]<=0,.0001,m[r,c]) ) #---------- for matrix m with only 1000 rows and 2 columns forces my PC to use more than 250Mb(!) of virtual memory? strange... -- Best regards, Valery A.Khamenya mailto:news_vkhamenya at chat.ru
2010 Sep 13
4
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Hi, are there any attempts to use LLVM in graph-rewriting (term-rewriting) language implementations? How good is LLVM for this? E.g., is it natural to expect that the LLVM-based implementation of the language Concurrent Clean be any faster than its reference implementation? Best regards -- Valery A.Khamenya -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 17
4
[LLVMdev] compilation error after updated from cvs:
Building PowerPC.td register information header with tblgen Included from PowerPC.td:22: Parsing PowerPCInstrInfo.td:53: Variable not defined: 'GPRC'! make[3]: *** [PowerPCGenRegisterInfo.h.inc] Error 1 make[3]: Leaving directory `/pool/tmp/ssrc/llvm/lib/Target/PowerPC' maybe I just have to "make clean" and/or ./configure BTW, would it be nice to put Depend, Release and
2004 Aug 17
4
[LLVMdev] JIT API example (fibonacci)
Hi LLVMers, the example attached I have used to prove that JIT and some visible optimizations are really invoked. Proved OK. I got 30% speed-up in comparison to gcc 3.3.3 on my Athlon XP 1500. Nice. P.S. guys, no fears, I don't plan to flood the cvs repository with my "brilliant" examples ;) --- Valery A.Khamenya -------------- next part -------------- An
2010 Sep 14
0
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Hi Valery On 13 September 2010 19:07, Valery Khamenya <khamenya at gmail.com> wrote: > are there any attempts to use LLVM in graph-rewriting (term-rewriting) > language implementations? I've added a new LLVM backend to the ghc Haskell compiler. > How good is LLVM for this? Works very well. I'm operating from the low levels of the ghc compiler though where I don't
2003 Dec 06
2
[LLVMdev] llvm, cvs, access
Hi all, web-browser access to cvs is of course nice, but is it possible to provide anonymous read-only access to llvm cvs? (it would be nice to have an ability just download last sources) P.S. BTW, this and previous my post were actually motivated by desire to find some simple example on JIT usage :) --- Valery A.Khamenya
2003 Sep 06
2
[LLVMdev] languages, semantic trees, LLVM interfaces
Hello LLVM fathers, 1. "languages, semantic trees" what do you think ideally, do languages implementations based on LLVM need internal semantic tree or they should rather try to use LLVM directly in/after syntax parsing? For languages like C++ the expected answer is "of course we need an internal semantic tree between parsing and LLVM!" But I am still
2004 Aug 08
3
[LLVMdev] API on JIT, code snippets
Hi all, I think there is still too few docs/samples for those, who'd like to write JIT-based interpreters. Today, the real examples to learn from are rather: - lli.cpp - ModuleMaker.cpp - Stacker which is still unfortunatelly not that much about JITing :( Well, what I am going to sell: What about very small JIT-based example similar to ModuleMaker? I mean example, where, say, two
2007 Apr 10
6
[LLVMdev] LLVM Roadmap 2007-2008, PowerPC, multithreading, LLVM 2.0, etc ?
Hi, where could one find any LLVM development roadmap for this and perhaps next year? Especially would be interesting to know about * planned features for PS3 Cell processor -- as well as for Wii, Xbox360 CPUs * multithreading in general * possibly coming changes in major versioning and related issues * other interesting featuring comments on current status to above listed items are also
2005 Mar 21
2
[LLVMdev] llvm+gentoo=OK
Hi all maybe it is of interest for someone: I successfully compiled llvm and gcc front-end sources at Gentoo Linux (even on exotic x86-compatible CPU). Things seem to be running OK. This is a good prerequisite for making llvm ebuild script and promote llvm to hackers of fast-growing progressive Gentoo world. -- Valery A.Khamenya
2003 Oct 26
2
[LLVMdev] redhat 9, compiling llvm-1.0.tar.gz
Hi all, compilation of package llvm-1.0.tar.gz under redhat 9 is failed with following output: ------- make[3]: *** No rule to make target `/home/vak/llvm/llvm/runtime/GCCLibraries/crtend/BytecodeObj/C++-Exception.bc', needed by `/home/vak/llvm/llvm/lib/BytecodeLibs/libcrtend.bc'. Stop. make[3]: Leaving directory `/home/vak/llvm/llvm/runtime/GCCLibraries/crtend' ...skipped -------
2008 Mar 17
2
[LLVMdev] LLVM has entered the google trends!
Hi all see $subj http://www.google.com/trends?q=llvm congrats! P.S. sorry if known. best regards -- Valery A.Khamenya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080318/2bfc6887/attachment.html>
2004 Jan 07
2
[LLVMdev] 9 Ideas To Better Support Source Language Developers
On Wed, 7 Jan 2004, Valery A.Khamenya wrote: > Hello Reid and LLVMers, > 10. Basic support for distributed computations. What kind of support? What do you think should be included in LLVM directly, as opposed to being built on top of it? -Chris -- http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/
2005 Mar 21
1
[LLVMdev] llvm+gentoo=OK
This was the default version I got from public cvs last week. On Mon, 21 Mar 2005 03:44:19 -0600 (CST), Chris Lattner <sabre at nondot.org> wrote: > On Mon, 21 Mar 2005, Valery Khamenya wrote: > > > Hi all > > > > maybe it is of interest for someone: > > I successfully compiled llvm and gcc front-end sources at Gentoo Linux > > (even on exotic
2004 Apr 07
2
[LLVMdev] LLVM and OpenC++
Hi OpenC++ developers, IMHO, the LLVM project (http://llvm.cs.uiuc.edu/) could give a second breath to OpenC++ project. Indeed, the implementations of reflection become quite restricted if the just-in-time (JIT) compiling is not available. Am i wrong? --- Valery A.Khamenya
2004 Aug 12
1
[LLVMdev] I got problem in BranchInst+SetCondInst
Hi all, the small test modeling my problem is attached. (see comments in file attached) the problem is that both SetCondInst* CondInst = new SetCondInst( Instruction::SetLE, One, Two ); and SetCondInst* CondInst = new SetCondInst( Instruction::SetLE, Two, One ); have the same output... Anyone have a sharper eye?.. --- Valery A.Khamenya -------------- next part
2004 Jan 07
2
[LLVMdev] 9 Ideas To Better Support Source Language Developers
On Wed, 7 Jan 2004, Valery A.Khamenya wrote: > just imagine, that we have Linux cluster, and we have two functions in > one module (`f' and `g'). If they are about to be executed at one host, > then one is allowed to do very aggressive interprocedural > optimizations between these `f' and `g'. However if `g' should be > "outsourced to" (i.e.
2004 Aug 17
5
[LLVMdev] JIT API example (fibonacci)
On Tue, 17 Aug 2004, Reid Spencer wrote: > That's pretty cute actually. Do you want this "brilliant" :) example in the cvs > repository? I'd be happy to put it in. Here's an idea: how about we take the ModuleMaker, Valery's previous example, and this one and put them all in one "small examples" project? -Chris > Valery A.Khamenya wrote: > >
2004 Mar 17
2
[LLVMdev] JFYI: svn 1.0.1 released
Hi all, Here: http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-October/000523.html Chris wrote: Chris> We certainly acknowledge that CVS has severe Chris> deficiencies, but in the near future we'll probably stay with it. Chris> Perhaps after SVN 1.0 comes out... :) so, now it is: http://subversion.tigris.org/servlets/ProjectNewsList ;-) P.S. any March LLVM news? best