search for: punt

Displaying 20 results from an estimated 461 matches for "punt".

Did you mean: hunt
2008 Jul 06
6
Where to get libcapi20 ?
...d I don't use ISDN. But now I have to run a Windows application which insists on using libcapi20 :( I have been searching with Google, but not been able to find any sources for it. Could somebody please give me a hint about where to find them? Thanks in advance! Groeten, Hans. jdh punt beekhuizen bij duinheks punt nl --- GoldED+/LNX 1.1.5/080603 * Origin: The Wizard is using MBSE/Linux (2:280/1018)
2011 Apr 05
4
[LLVMdev] GSoC 2011: Fast JIT Code Generation for x86-64
...first-time code generation is still the bottleneck [...] > > This is effectively what fastisel was created for - there are just IR > constructs that don't go through that path. The idea is that fastisel > will get most of the IR and everything that'd be really hard we just > punt to the DAG. I imagine running more things through fastisel would > help. To me, increasing coverage of the FastISel seemed more involved than directly emitting opcodes to memory, with a lesser outlook on reducing overhead. > That won't help the slow register allocation problem though -...
2011 May 31
3
DateTime Math in R - POSIXct
Greetings - I'm battling POSIXct, as per the code below. My input is actually an XL file, but the weird results below correctly model what I am seeing in my program. Before I punt and use lubridate or timeDate, could anyone please help me understand why POSIXct forces my variable back to GMT? I suspect that I'm not properly coding the tzone value, but it does not throw an error as-is. > tstamp <- "2011-05-22 11:45:00 MDT" > mode(tstamp) [1...
2006 May 29
0
Melbourne Asterisk Group meeting Thursday
Hi all, We're having a meeting this coming Thursday, June 1, 7:00 at Pint on Punt (same as last time). Peter Fern has graciously volunteered to lead a discussion on ENUM and DUNDi: What they are, how they work, and how they work with Asterisk. Of course there will also be time to talk about phones and what's new in the Asterisk community. Date: Thursday June 1 Time: 7:0...
2006 Dec 05
0
Melbn Asterisk/Voip get together
Once again, it's time for the Melbourne VOIP get together. Thursday the 7th is the December meeting of the Melbourne VOIP club. We will be meeting at the usual place which is Pint on Punt, 42 Punt Road Windsor. It's near the big messy intersection of Dandenong Road, King's Way, Punt Road, Fitzroy Street and St Kilda Road. Lots of trams go by there, and Windsor train station is just up the street. Parking can be had on Peel Street. We meet in the restauranty half on the pu...
2014 Apr 18
2
[PATCH v9 03/19] qspinlock: Add pending bit
* Waiman Long <Waiman.Long at hp.com> wrote: > Because the qspinlock needs to touch a second cacheline; add a pending > bit and allow a single in-word spinner before we punt to the second > cacheline. > > Signed-off-by: Peter Zijlstra <peterz at infradead.org> > Signed-off-by: Waiman Long <Waiman.Long at hp.com> This patch should have a "From: Peter" in it as well, right? Thanks, Ingo
2014 Apr 18
2
[PATCH v9 03/19] qspinlock: Add pending bit
* Waiman Long <Waiman.Long at hp.com> wrote: > Because the qspinlock needs to touch a second cacheline; add a pending > bit and allow a single in-word spinner before we punt to the second > cacheline. > > Signed-off-by: Peter Zijlstra <peterz at infradead.org> > Signed-off-by: Waiman Long <Waiman.Long at hp.com> This patch should have a "From: Peter" in it as well, right? Thanks, Ingo
2019 Feb 28
3
.ARM.exidx woes
Is it possible to force llvm/clang to not create a .ARM.exidx section for a bare-metal application that does not use exceptions? I've tried -fno-exceptions -fno-unwind-tables, but it still generates the section with all functions marked as 'cantunwind'. As a temporary punt I tried linking (using lld) with /DISCARD/ on the section, but that seemed to crash lld, which is another problem for another day. Any suggestions? RRM -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190228...
2018 Dec 12
2
[PATCH] drop old netinet/in_systm.h include
This header provides only three typedefs: n_long, n_short, and n_time. OpenSSH doesn't use it at all, and the headers it includes don't. So punt this ancient include since it offers nothing useful. --- defines.h | 1 - includes.h | 1 - misc.c | 1 - readconf.c | 1 - servconf.c | 1 - 5 files changed, 5 deletions(-) diff --git a/defines.h b/defines.h index 8f4213062a9c..e7a71726f6b2 100644 --- a/defines.h +++ b/defines.h @@ -55,7 +5...
2008 Jul 25
11
How to fix "CAPI 2.0 not installed"?
...ry as the application there's a file called capi2032.dll, and I suspect that has something to do with it. If so, how do I tell wine that is should use it? I've never used Windows and am absolutely new to wine, so please tell me in a easy to understand way :) Groeten, Hans. jdh punt beekhuizen bij duinheks punt nl --- GoldED+/LNX 1.1.5/080603 * Origin: The Wizard is using MBSE/Linux (2:280/1018)
2013 Jan 20
2
[LLVMdev] On calling intrinsics
...rtf(float %f) nounwind readnone ret float %1 } ...into this: t: sqrtss %xmm0, %xmm0 ret ...but I haven't figured out what pass does it yet. -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │ "Of course, on a sufficiently small planet, 40 km/hr is, in fact, │ sufficient to punt the elastic spherical cow into low orbit." --- │ Brooks Moses on r.a.sf.c -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 262 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/...
2005 May 31
2
Form Dates and MultiparameterAssignmentErrors
I''m using the date_select form helper for a date_of_birth field on an ActiveRecord object. When I try to save a date earlier than 1 Jan 1970, ActionController punts with ActiveRecord::MultiparameterAssignmentErrors. The message it gives is "1 error(s) on assignment of multiparameter attributes". I was able to catch the exception and look at it, and it is certainly complaining about saving the date_of_birth field. The controller line throwing the...
2015 Apr 24
2
[LLVMdev] Loss of precision with very large branch weights
...after reaching the cap) -- thus leading to wrong branch probability > (computed from weights)? Wrong probability leads to wrong Frequency > propagation. Yup, I'm trying to see if we couldn't just use 64bit values all over to make things easier. The drawback would be that we are just punting the problem to a different scale of values (but, it may be enough). Diego.
2014 Jun 29
2
virt_blk BUG: sleeping function called from invalid context
...Wed Apr 9 11:07:31 2014 -0400 > > kernfs: make kernfs_notify() trigger inotify events too > > Tejun, what do you think? > > Josh, Brian, could you try reverting that commit to see if it helps? That definitely be a bug. If you need to block off ->bi_end_io(), just must punt to a worker thread. -- Jens Axboe
2014 Jun 29
2
virt_blk BUG: sleeping function called from invalid context
...Wed Apr 9 11:07:31 2014 -0400 > > kernfs: make kernfs_notify() trigger inotify events too > > Tejun, what do you think? > > Josh, Brian, could you try reverting that commit to see if it helps? That definitely be a bug. If you need to block off ->bi_end_io(), just must punt to a worker thread. -- Jens Axboe
2012 Mar 02
3
[LLVMdev] Stack alignment on X86 AVX seems incorrect
...pill slots. If I'm not mistaken, calculating the address of spill slots off of RSP would be costly in this case. Are you suggesting that there is a way to base spill slots off of RSP when the stack size is unknown at compile time? This does bring up an interesting idea though. If we wanted to punt, it would be possible to check for variable sized objects on the stack and then only issue unaligned moves for 256b spills/reloads. Not ideal for performance, but it would work as a stopgap. -Cameron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.l...
2006 May 08
10
Apache 2.2, ProxyPass and HTTPS
Hi all, I''m currently trying to get Mongrel running my app whilst fronted by apache 2.2 in a sub-directory via https. A bit convoluted I''ll grant you but necessitated by existing systems. The pertinent parts of my httpd.conf: <VirtualHost 123.123.123.123:12345> #historic choice of random port number DocumentRoot /var/www/admin ServerName admin.example.com:12345
2014 Mar 21
2
[LLVMdev] [RFC] Add empty() method to iterator_range.
...or empty() to be defined as '(begin(r) == end(r)' ? The benefit of doing this is similar in kind, though obviously less significant, to the benefit of range based for loops. It doesn't enable anything fundamentally new, but improving readability of C++ code is welcome. This is easy to punt (and I won't be especially bothered if that's what we do), but it also seems like it would be easy to implement our own version (llvm::is_empty?) and replace it when the committee decides on something, the same way we did with llvm::move? Is there any reason not to follow that approach? Ch...
2007 Jul 27
3
F8 desktop features
...Clasen <mclasen at redhat.com> wrote: > > Given that test1 is around the corner, I thought it might be a good idea > > to give a little status update on the features that the desktop team has > > been working on for F8: > > what happend to compiz-fusion? I've been punting this issue for a while; sorry about that, I should have been more involed in the debate there. I have two concerns about the proposed updates: 1) I'd rather not ship a git snap shot for fedora 8. If we know that there's a stable release on the horizon, that is, coming out withing the...
2012 Aug 29
2
Carrierwave Direct and additional form elements
...rect, which uploads large files directly to S3 or another cloud storage. I was able to make a form containing a single file field that would upload to S3. What I could not work out was how to upload the file to S3 AND other form elements to the model that had Carrierwave mounted on it. I ended up punting and just doing the two-step upload to the server and server stores the file in S3 using regular Carrierwave (not Direct). Can anyone point me to an example of Carrierwave Direct that incorporates other form fields saved into the same ActiveRecord as the Carrierwave details? Thanks, Walter --...