search for: pregenerating

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

Did you mean: regenerating
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 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 going to beat using a macro assembly library (WebKit's is well-considered), or even pregenerating chunks of assembly that you append to build a function. LLVM is only going to show a benefit if you (1) need the flexibility of targeting arbitrary architectures, (2) care about the quality of the code you emit, or (3) don't want to get your hands dirty with assembly. John.
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
On 06/10/2011 01:52 AM, MORIYAMA Tomohiro wrote: > (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
2011 Jun 10
4
[LLVMdev] Polly test and example
(2011/06/10 14:01), Tobias Grosser wrote: > On 06/10/2011 01:52 AM, MORIYAMA Tomohiro wrote: >> (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
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
Hi, > out.s: Assembler messages: > out.s:8: Error: bad register name `%rsp' > out.s:9: Error: bad register name `%rsp)' > out.s:12: Error: invalid instruction suffix for `call' > out.s:14: Error: bad register name `%rax' > out.s:18: Error: bad register name `%rcx' > out.s:22: Error: bad register name `%rcx)' > out.s:23: Error: bad register name
2006 Sep 05
3
DO NOT REPLY [Bug 4082] New: RFE: prioritize work by size (or other criteria)
https://bugzilla.samba.org/show_bug.cgi?id=4082 Summary: RFE: prioritize work by size (or other criteria) Product: rsync Version: 2.6.9 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
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
Hi. >>> I see. I will try it amd64 version but now on VMWare. >>> I'm glad if you tell me your environment in detail. As a result, I successfully ran "make polly-test" on Ubuntu amd64. [100%] Running Polly regression tests Testing Time: 13.16s Expected Passes : 113 Expected Failures : 29 [100%] Built target polly-test MORIYAMA Tomohiro wrote. (Fri, 10
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
hi, James. Thanks for your advice. "James Molloy" wrote. (Fri, 10 Jun 2011 08:38:44 +0100) >Hi, > >> out.s: Assembler messages: >> out.s:8: Error: bad register name `%rsp' >> out.s:9: Error: bad register name `%rsp)' >> out.s:12: Error: invalid instruction suffix for `call' >> out.s:14: Error: bad register name `%rax' >>
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