search for: piggybacks

Displaying 20 results from an estimated 190 matches for "piggybacks".

Did you mean: piggyback
2006 Mar 13
4
Trouble Using AR Object based on a Piggyback Query?
Hi, I''m new to Rails and Ruby and can''t access methods/columns from an ActiveRecord object that is a "piggy-back" row as described by David here: http://www.loudthinking.com/arc/000235.html Via Console I can create the piggyback object but reading attributes gives "TypeError: cannot convert String into Integer" (this is in Console and the browser).
2006 Apr 01
1
piggybacking an action on an autocompleted field
Hi everybody, I''d like to add a custom action to be triggered after/when an autocompleted field has been/is beeing updated by the autocompletion process. I tried the obvious - a field observer -, but it doesn''t work (see code below). I know I could write the autocompletion code myself, but I wonder if there is a simpler/more elegant way? Any idea? TIA Alain The
2010 Jan 12
1
Strange behavior when trying to piggyback off of "fitdistr"
Hello. I am not certain even how to search the archives for this particular question, so if there is an obvious answer, please smack me with a large halibut and send me to the URLs. I have been experimenting with fitting curves by using both maximum likelihood and maximum spacing estimation techniques. Originally, I have been writing distribution-specific functions in 'R' which work
2008 Feb 25
6
Review Request for Significant Performance Improvement in ActiveRecord
I''m going through my old tickets, and I found an outstanding ticket that I''ve put many hours into, and is absolutely critical for a production project that I''m now updating to Rails 2.0.2. The ticket: http://dev.rubyonrails.org/ticket/9560 This comes on the tail of: http://dev.rubyonrails.org/ticket/9497 Which I believed to be the superior improvement due to a very
2017 Jul 01
4
[RFC] Placing profile name data, and coverage data, outside of object files
On Fri, Jun 30, 2017 at 5:54 PM, via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Problem > ------- > > Instrumentation for PGO and frontend-based coverage places a large amount > of > data in object files, even though the majority of this data is not needed > at > run-time. All the data is needlessly duplicated while generating archives, > and > again while
2013 Feb 28
2
[LLVMdev] Timing the IRReader
Hi, While doing various profiling runs of llc, it's easy to notice that some wall-clock time is not accounted for by -time-passes (e.g. only 7 out of 9.2 seconds for compiling gcc). Some of the "lost" time is in reading the bitcode file (~ 1 sec). When reading textual IR, its parsing actually takes almost as much time as doing the actual -O0 compilation! I think it would be useful
2017 Jul 01
3
[RFC] Placing profile name data, and coverage data, outside of object files
On Fri, Jun 30, 2017 at 10:04 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > On Fri, Jun 30, 2017 at 5:54 PM, via llvm-dev <llvm-dev at lists.llvm.org> > wrote: > >> Problem >> ------- >> >> Instrumentation for PGO and frontend-based coverage places a large amount >> of >> data in object files, even though the majority of this
2017 Dec 13
5
RFC: Synthetic function entry counts
Functions in LLVM IR have a function_entry_count metadata that is attached in PGO compilation. By using the entry count together with the block frequency info, the compiler computes the profile count of call instructions based on which the hotness/coldness of callsites can be determined. Experiments have shown that using a higher threshold for hot callsites results in improved runtime performance
2008 Aug 29
2
IPMI and Dell ERA/O
Hi Everyone, I have a dell 1750 server with ERA/O card running on FreeBSD 7.0-STABLE According to Dell, the ERA card supports ipmi 1.0: http://linux.dell.com/ipmi.shtml But so far no luck with freebsd :/ [root@home /usr/src/sys/i386/conf]# ipmitool -I open channel info 1 Could not open device at /dev/ipmi0 or /dev/ipmi/0 or /dev/ipmidev/0: No such file or directory
2010 Nov 22
2
New 'quiet' behavior - optional?
Syslinux version 3.74 introduced the following change (I know, old news really) -> Suppress the Loading ... message if "quiet" is specified on the kernel command line. Unfortunately, for our PXELinux environment this was a very unwanted change. The linux command line parameter 'quiet' is included and passed to linux because we want (and in cases absolutely require) that the
2017 Jul 01
0
[RFC] Placing profile name data, and coverage data, outside of object files
On Fri, Jun 30, 2017 at 10:25 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > On Fri, Jun 30, 2017 at 10:04 PM, Sean Silva <chisophugis at gmail.com> > wrote: > >> >> >> On Fri, Jun 30, 2017 at 5:54 PM, via llvm-dev <llvm-dev at lists.llvm.org> >> wrote: >> >>> Problem >>> ------- >>> >>>
2009 Apr 13
5
WineHQ on Mac OS X
Hello, I try to build last version of WineHQ on Mac following this : http://wiki.winehq.org/MacOSX/Building, but I can't find any configure file or any other file to generate one with autoconf. What should I do ? I'm on Mac OS X Leopard 10.5.6 with developer tools installed and I try to build version 1.1.19 Thank you,
2020 Jan 28
3
Where does LTO remove unused functions?
Hi! LLVM newbie here, I was mainly working on the frontend so far. We had a small hackathon project idea to piggyback on LTO to detect dead code (unused functions). The basic idea is to compile the code for every target and dump the removed functions. Intersect the function symbol names for each target and those functions should be safe to remove from the source code (unless there were some
2001 Feb 14
2
RTP/RTCP payload?
(hello all, this is my first writing. so please bear with me if I'm wrong anywhere.) orry to break too lately, but how is the RTP payload submission is going? could we see the new payload at March IETF? I agree that it would be fairy straightforward to make an RTP payload for ogg vorbis, assuming raw packets, AFAIK. using physical bitstream is, in this case, not adequate by the reasons in
2013 Apr 13
0
[LLVMdev] GSoC project questions.
----- Original Message ----- > From: "Anton Korobeynikov" <anton at korobeynikov.info> > To: "Matthieu Brucher" <matthieu.brucher at gmail.com> > Cc: "Bill Wendling" <isanbard at gmail.com>, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Friday, April 12, 2013 9:04:22 AM > Subject: Re: [LLVMdev] GSoC
2009 May 15
14
Grub2 on Xen PV
Hi, Let me start a new thread for this. I contacted the Grub people, and they seem more interested in creating a native Xen port of Grub than piggybacking the Mini-OS environment usin kexec as I tried. But they need some documentation on the Xen "firmware" to assess the task at least. What could be given to them apart from hvc_xen.c and xen-blkfront.c in the Linux sources?
2009 May 15
14
Grub2 on Xen PV
Hi, Let me start a new thread for this. I contacted the Grub people, and they seem more interested in creating a native Xen port of Grub than piggybacking the Mini-OS environment usin kexec as I tried. But they need some documentation on the Xen "firmware" to assess the task at least. What could be given to them apart from hvc_xen.c and xen-blkfront.c in the Linux sources?
2017 Dec 15
2
RFC: Synthetic function entry counts
...ust saying that we should infer a static profile > for entry counts just like we do for branch probabilities. In the case of > entry counts, we do not hide that information behind an analysis like BPI, > so currently just annotating synthetic PGO entry counts is a simple > solution that piggybacks on the PGO mechanism and Just Works. > > If that is correct then this makes perfect sense to me. > Yes, that is the proposal. > > It could be argued that we ought to refactor things so that the raw PGO > metadata is only ever accessed via a wrapper CGSCC analysis that falls back...
2005 Mar 03
1
Kernel 2.6.11
...ables to compile against the patched kernel source tree. I''m using iptables-1.3.0 patched with the ''policy'' match and ''ipp2p''. b) The ''ports'' parameter has been removed from the ip_nat_ftp kernel module (it appears that module now just piggybacks on the similar parameter to ip_conntrack_ftp). You will see a harmless error message about this when Shorewall is [re]started if you have specified that parameter in /etc/shorewall/modules or in /etc/modules.conf. -Tom -- Tom Eastep \ Off-list replies are cheerfully ignored Shoreline, \ ht...
2006 Aug 07
3
Rails and MSDE
Has anyone worked with Rails on Microsoft''s MSDE database server? (Not SQL 2005 Express, but the older MSDE) I''m curious on the performance and stability of the SQL Driver for Rails. I have a client needing a new web app, but I have to pull and store the data from MSDE (I have no choice on changing this). -- Posted via http://www.ruby-forum.com/.