search for: pregenerated

Displaying 19 results from an estimated 19 matches for "pregenerated".

Did you mean: regenerated
2006 Mar 03
1
DO NOT REPLY [Bug 3579] New: Add support for pregenerated directory listings
https://bugzilla.samba.org/show_bug.cgi?id=3579 Summary: Add support for pregenerated directory listings Product: rsync Version: 2.6.7 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: robe@amd.co.at...
2010 Oct 31
2
[LLVMdev] how to maximize speed of x86 jit
Hi! Is it possible to tune a jit execution engine, expecially the one for x86, for compilation speed at the cost of optimization quality? -Jochen
2010 Oct 31
0
[LLVMdev] how to maximize speed of x86 jit
On Oct 31, 2010, at 8:12 AM, Jochen Wilhelmy wrote: > Is it possible to tune a jit execution engine, expecially the one for x86, > for compilation speed at the cost of optimization quality? Within limits. Make sure you're using fast isel and the local (or even the simple!) register allocator. Note that if your sole constraint is speed of code-emission, going through LLVM is never
2004 Aug 06
14
brainfart #67453 - hyper-index
I don''t know if this has been suggested before but.. What about adding support for a bookmark or hyperlinked index? The idea is that a large compilation such as a long speech or an album would be maintained as a single file, but on playback, the player would show numerous ''tracks'' which are really just bookmarks relating to starting position of the specific part or
2006 Feb 20
3
Huge VQ codebooks
Hi, Does anybody know how codebooks are generated in OggVorbis encoder? We are porting oggorbis encoder on embedded platform for which VQ codebook memory is hugeeee to imagine. How can we reduce that? Can we do VQ with less codebooks and if yes how? If any help available? Parul Embedded Engineer Einfochips Ltd
2003 May 15
3
ssl still not working
hi, I'm just download the latest cvs and try to use imaps. in mozilla I've got the following message window: ----------------------------- mail.int.bppiac.hu received a message with incorrect Message Authentication Code. If the error occurs frequently, contact the website administrator. ----------------------------- and there is only one OK button:-) and this happens always. what can be
2006 Jan 06
12
Auto refreshing a page based on select change
Hi all, I have a select helper form on a web page which contains a list of dates. When the user selects a date, one of the other forms on the page needs to be updated based on the newly selected date. Is there a way to catch this event in Rails? Are we talking Ajax here? Or is there a simpler way? Thanks, Dan
2011 Jun 10
0
[LLVMdev] Polly test and example
...t 100% bug free on 64bit. I just looked again at the lli test cases and they specifically contain amd64 bit target triples. So most probably executing them on a 32bit system will never work. If you want to stay with 32bit, I would try the example on the webpage (from scratch) without using the pregenerated LLVM-IR files. Let me know if/how this works. Cheers and thanks for your testing Tobi
2011 Jun 10
4
[LLVMdev] Polly test and example
...l try it. > I just looked again at the lli test cases and they specifically contain > amd64 bit target triples. So most probably executing them on a 32bit > system will never work. If you want to stay with 32bit, I would try the > example on the webpage (from scratch) without using the pregenerated > LLVM-IR files. Let me know if/how this works. > > Cheers and thanks for your testing > Tobi > > -- Tomohiro moriyama at isit.or.jp
2015 Oct 25
2
iPXE HTTP transfer at 1000Mbps
Some what In-Reply-To: <1323092879.2629413.1445740496536.JavaMail.yahoo at mail.yahoo.com> On Sun, Oct 25, 2015 at 02:34:56AM +0000, Patrick Masotta via Syslinux wrote: > Micheal Brown > > > > iPXE's HTTP implementation is definitely not slow. On a Gigabit LAN, > > you should get the full 1000Mbps speed for HTTP downloads: a 200MB test > > file should
2011 Jun 10
2
[LLVMdev] Polly test and example
(2011/06/10 13:25), Tobias Grosser wrote: > On 06/10/2011 12:00 AM, MORIYAMA Tomohiro wrote: >> H, Tobias >> Thank you for your reply. >> >> >> Tobias Grosser wrote: >>> Interesting. On what kind of Platform are you running this? Is it still >>> Ubuntu 11.04? I assume it's an intel platform, but is it a 32-bit or >>> 64bit? >>
2011 Jun 10
0
[LLVMdev] Polly test and example
...oked again at the lli test cases and they specifically > contain > > amd64 bit target triples. So most probably executing them on a 32bit > > system will never work. If you want to stay with 32bit, I would try > the > > example on the webpage (from scratch) without using the pregenerated > > LLVM-IR files. Let me know if/how this works. > > > > Cheers and thanks for your testing > > Tobi > > > > > > -- > Tomohiro > moriyama at isit.or.jp > > _______________________________________________ > LLVM Developers mailing list >...
2006 Sep 05
3
DO NOT REPLY [Bug 4082] New: RFE: prioritize work by size (or other criteria)
...d be swell if rsync could do the work for me. something like: rsync --prioritize=[size,date,uid] --prioritize-order=[ascending,descending] is a first approximation of a syntax. I have no use for the other two criteria myself, but one might as well generalize the idea. I noticed an RFE to use pregenerated transfer lists; I could accomplish the same task with a wrapper script with those, so maybe that means the two requests could share some plumbing. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact...
2006 Jan 15
3
1.0 beta1 testing
If you have time, please test http://dovecot.org/nightly/dovecot-latest.tar.gz If nothing big comes up, I'll release it as 1.0beta1 tomorrow evening. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url :
2011 Jun 10
0
[LLVMdev] Polly test and example
...gt; I just looked again at the lli test cases and they specifically contain >> amd64 bit target triples. So most probably executing them on a 32bit >> system will never work. If you want to stay with 32bit, I would try the >> example on the webpage (from scratch) without using the pregenerated >> LLVM-IR files. Let me know if/how this works. >> >> Cheers and thanks for your testing >> Tobi >> >> > >-- >Tomohiro >moriyama at isit.or.jp > >_______________________________________________ >LLVM Developers mailing list >LLVMdev at c...
2010 Feb 10
4
AJAX responses
Does anyone know if it''s possible to do multiple AJAX responses to a single request in Rails? I did some googling but didn''t find anything extremely helpful. Thanks. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2008 Feb 27
2
Dovecot NFS Indexes and IMAP Migration
Hi there, After being extremely impressed from implementing it in some customer installations, I've decided to migrate our mail infrastructure to dovecot. Being able to have /bin/checkpassword support across the board for pop, imap, and smtp authentication, as well as being able to ditch stunnel for the SSL layer...where were you in 2001?!? :) I have two concerns, the first is about the
2011 Jun 10
2
[LLVMdev] Polly test and example
...i test cases and they specifically >> contain >> > amd64 bit target triples. So most probably executing them on a 32bit >> > system will never work. If you want to stay with 32bit, I would try >> the >> > example on the webpage (from scratch) without using the pregenerated >> > LLVM-IR files. Let me know if/how this works. >> > >> > Cheers and thanks for your testing >> > Tobi >> > >> > >> >> -- >> Tomohiro >> moriyama at isit.or.jp >> >> ______________________________________...
2006 May 09
13
What is the license of generated code?
I''m trying to figure out what the software license would be for code (scaffolds, etc) generated by Rails. Basically, if I set up a Rails project, can or should I be able to claim copyright (and therefore have the ability to license under e.g. GPL) over the files generated by :- - The "rails" command that creates the initial tree of files - The output of "generate