search for: lemon

Displaying 20 results from an estimated 762 matches for "lemon".

Did you mean: demon
2008 Mar 25
2
[LLVMdev] Adding SQLite3 to llvm test-suite
Evan Cheng wrote: > Hi Edwin, > Hi Evan, > It works fine for me. Thanks! > > We prefer a flat directory structure. Is it possible for you to > separate it out to sqlite3 and lemon rather than having them as sub- > directories under SQLite? Ok. The new package is here: http://edwintorok.googlepages.com/sqlite_lemon_llvmtest.tar.gz Anything else I should change? > Also, can you increase lemon's test size? > Lemon doesn't have a testsuite (those 40000+...
2000 Jun 25
0
Testing 1.0pre2 from CVS
...ening UDP socket to 212.79.9.74 Jun 24 23:56:41 tomcat tinc[32011]: Send BASIC_INFO to 212.79.9.74 Jun 24 23:56:54 tomcat tinc[32011]: trying to look up 192.168.9.1 in connection list failed. Jun 24 23:57:25 tomcat last message repeated 31 times Here is the server side log file: Jun 24 23:55:42 lemon tinc.9[10908]: tincd 1.0pre2 (Jun 24 2000 22:18:47) starting, debug level 3. Jun 24 23:55:42 lemon tinc.9[10908]: Generating 128 bits keys. Jun 24 23:55:42 lemon tinc.9[10908]: Ready: listening on port 655. Jun 24 23:56:23 lemon tinc.9[10908]: Connection from 213.54.41.186:1061 Jun 24 23:56:23 lem...
2000 Jun 27
1
[CVS] humbolt:/tinc/cabal/src net.c netutl.c protocol.c
> - Indirectdata finally REALLY REALLY works now! > - More precise debug messages Hmmm ... I can't prove that using the CVS code I checked out this morning. Everything works like yesterday: I can ping the peer but I canot go beyond: *** SERVER *** Jun 27 09:04:56 lemon tinc.9[10186]: tincd 1.0pre3 (Jun 27 2000 08:53:56) startin g, debug level 4 Jun 27 09:04:56 lemon tinc.9[10186]: Generating 128 bits keys Jun 27 09:04:56 lemon tinc.9[10186]: Ready: listening on port 655 Jun 27 09:04:59 lemon kernel: eth7: MII link partner 41e1, negotiated 01e1. Jun 27 09:05:04 l...
2008 May 21
4
[LLVMdev] MultiSource/Applications/lemon slow in JIT
Hi, I've been toying around with the testsuite for a bit, and after recompiling llvm-gcc a bunch of times and fixing a nasty bashism bug, I actually got it to run and pass most tests. When running, I noticed a very long runtime on the lemon test. At first I suspected an infinite loop, but it turned out the test simply needed around 1000 seconds to run. Some investigation turned out that the lemon program does a lot of forking (it runs every input file 20 times, so that's around 200 forks). However, since the forking happens quite...
2005 Nov 19
1
[package concord] seeking maintainer
...address given in the help file is not valid anymore. ,---- | > help(package=concord) | | Information f?r Paket 'concord' | | Description: | | Package: concord | Version: 1.4-2 | Date: 2005-05-10 | Title: Concordance and reliability | Author: Jim Lemon <jim.lemon at uts.edu.au> | Maintainer: Jim Lemon <jim.lemon at uts.edu.au> `---- ,---- | <jim.lemon at uts.edu.au>: host 138.25.243.40[138.25.243.40] said: 550 5.1.6 | recipient no longer on server: jim.lemon at uts.edu.au (in reply to RCPT TO | command) `---- TIA...
2008 May 21
0
[LLVMdev] MultiSource/Applications/lemon slow in JIT
...man wrote: > Hi, > > I've been toying around with the testsuite for a bit, and after > recompiling > llvm-gcc a bunch of times and fixing a nasty bashism bug, I actually > got it to > run and pass most tests. > > When running, I noticed a very long runtime on the lemon test. At > first I > suspected an infinite loop, but it turned out the test simply needed > around > 1000 seconds to run. Some investigation turned out that the lemon > program does > a lot of forking (it runs every input file 20 times, so that's > around 200 > f...
2008 Mar 22
2
[LLVMdev] Adding SQLite3 to llvm test-suite
...stribution. I modified it to generate sql files instead of directly running sqlite. The results are here, LLVM is ~20% slower than GCC: Program | GCCAS Bytecode LLC compile LLC-BETA compile JIT codegen | GCC CBE LLC LLC-BETA JIT | GCC/CBE GCC/LLC GCC/LLC-BETA LLC/LLC-BETA lemon/lemon | 0.3833 149404 0.5699 * 0.5166 | 0.04 0.04 0.05 * 0.62 | - - n/a n/a sqlite3/sqlite3 | 4.8063 1744588 5.3996 * 3.7497 | 7.09 8.19 8.78 * 13.68 | 0.87 0.81 n/a n/a...
2008 Mar 24
0
[LLVMdev] Adding SQLite3 to llvm test-suite
Hi Edwin, It works fine for me. Thanks! We prefer a flat directory structure. Is it possible for you to separate it out to sqlite3 and lemon rather than having them as sub- directories under SQLite? Also, can you increase lemon's test size? Please file bug about the performance issue. Thanks! Evan On Mar 22, 2008, at 8:20 AM, Török Edwin wrote: > Hi, > > SQLite3 has a very simple build system, and it comes with an exte...
2000 Jun 25
2
tinc1.0pre3
...still 1.0pre2 but this is due to the fact the you used "1" as tag for configure.in rather than "CABAL". Anyway - results were not much more successful than yesterday: *** SERVER side log file from startup until sone seconds after connection was established *** Jun 25 21:14:30 lemon tinc.9[21698]: tincd 1.0pre2 (Jun 25 2000 21:04:50) starting, debug level 4 Jun 25 21:14:30 lemon tinc.9[21698]: Generating 128 bits keys Jun 25 21:14:30 lemon tinc.9[21698]: Ready: listening on port 655 Jun 25 21:14:49 lemon tinc.9[21698]: Connection from 213.54.42.228 port 1046 Jun 25 21:14:49 l...
2014 Feb 18
2
[LLVMdev] llvm-test lemon
Does anyone know if this is a known xfail? I'm getting a failure for Mips on this but at the same time, ecmascript.y gets errors when running it through lemon for both gccx86 and llvm mips so I don't know if the output is supposed to really compare or not. (This test runs lemon on multiple input files and computes a hash of the result and diffs the hash). All inputs that are not getting this error message diff exactly between llvm mips and gcc x...
2005 Oct 27
0
where is Jim Lemon? (PR#8259)
...message could not be be delivered to one or more recipients. It's attached below. For further assistance, please send mail to <postmaster> If you do so, please include this problem report. You can delete your own text from the attached returned message. The Postfix program <jim.lemon at uts.edu.au>: host 138.25.243.40[138.25.243.40] said: 550 5.1.6 recipient no longer on server: jim.lemon at uts.edu.au (in reply to RCPT TO command) Reporting-MTA: dns; tak.itd.uts.edu.au X-Postfix-Queue-ID: 37A885D8027 X-Postfix-Sender: rfc822; kushler at oakland.edu Arrival-Date...
2008 Mar 26
0
[LLVMdev] Adding SQLite3 to llvm test-suite
On Mar 25, 2008, at 12:56 PM, Török Edwin wrote: > Evan Cheng wrote: >> Hi Edwin, >> > > Hi Evan, > >> It works fine for me. Thanks! >> >> We prefer a flat directory structure. Is it possible for you to >> separate it out to sqlite3 and lemon rather than having them as sub- >> directories under SQLite? > > Ok. > The new package is here: > http://edwintorok.googlepages.com/sqlite_lemon_llvmtest.tar.gz > Anything else I should change? Looks good. Please commit. > > >> Also, can you increase lemon's t...
2008 May 21
3
[LLVMdev] MultiSource/Applications/lemon slow in JIT
...t;> I've been toying around with the testsuite for a bit, and after >> recompiling >> llvm-gcc a bunch of times and fixing a nasty bashism bug, I actually >> got it to >> run and pass most tests. >> >> When running, I noticed a very long runtime on the lemon test. At >> first I >> suspected an infinite loop, but it turned out the test simply needed >> around >> 1000 seconds to run. Some investigation turned out that the lemon >> program does >> a lot of forking (it runs every input file 20 times, so that's...
2007 Feb 26
1
match() function with a little enhancement
...t would come just after if we sorted them using order()" } For example : values <- c("Kiwis", "Bananas", "Ananas", "Cherries", "Peer") vector <- c("Oranges", "Bananas", "Apples", "Cherries", "Lemons") my_match(values, vector) should return : c("Lemons","Bananas","Apples","Cherries",NA) I currently use a home-made function for this, but it is quite slow on large sets, msotly because I did not manage to avoid using a loop. Many thanks for your id...
2009 Mar 14
2
gsub and regex to tidy comma-limited values
I am cleaning up comma-limited values, so that only one comma separates each value. Using the example below, as much as I try with regex, I can't remove the last comma. I hope to have a one-liner solution, if possible. gsub("^,*|,*$|(,)*", "\\1", ",,,apple,,orange,,,,,lemon,strawberry,,,,") [1] "apple,orange,lemon,strawberry,"
2005 Mar 15
2
Lemon drops
I bumped into the following situation: Browse[1]> coef deg0NA deg4NA deg8NA deg0NP deg4NP deg8NP (Intercept) 462 510 528 492 660 762 Browse[1]> coef[,1] [1] 462 Browse[1]> coef[,1,drop=F] deg0NA (Intercept) 462 where I really wanted neither, but (Intercept) 462 Anyone happen to know a neat way out of the conundrum? I can think of
2006 Aug 26
2
Mongrel grammar file
Hey Zed, any chance you mind sharing the grammar file you use with lemon to create the parser? I''ve been meaning to sit down and learn how to use one of those things. If not, any suggestions on a good resource for learning how to use a LALR parser?
2008 May 21
0
[LLVMdev] MultiSource/Applications/lemon slow in JIT
On May 21, 2008, at 11:45 AM, Török Edwin wrote: > The forking was introduced because the runtime was too small; I think this direction is wrong. I'd rather have some infrastructure that can get nanoseconds or tick counters and print them... This then allows for a microbenchmark suite, which I think fits in nicely with the llvm philosophy.
2013 Jan 17
3
[LLVMdev] local test-suite failures on linux
Hi, I get the following failures when I run the test-suite on linux (Ubuntu 12.04) using LNT (lnt runtest nt ...): (all are execution failures) MultiSource/Applications/Burg MultiSource/Applications/ClamAV MultiSource/Applications/lemon MultiSource/Applications/obsequi MultiSource/Benchmarks/MiBench/automotive-bitcount MultiSource/Benchmarks/MiBench/telecomm-FFT MultiSource/Benchmarks/Olden/voronoi MultiSource/Benchmarks/Ptrdist/anagram SingleSource/B...
2012 May 14
2
defaults for virtual defined resources from hiera.
...abcd: ... since hiera can only select on the first level as the key?, i.e hiera(metic[1234]) or something is not posible is it? To realize in a manifest the following works: $h = hiera_hash(''metric4102'') $g = { ''4102'' => $h } create_resources(''lemon::metric'',$g) however what I would like to do is get the defaults from hiera within the defined resource so it becomes like the following which is incorrect but hopefully explains it. metric{4102: one=> ''override''} where metric is defined as define metric (hiera(...