search for: incurred

Displaying 20 results from an estimated 858 matches for "incurred".

2024 Jan 08
3
[Bug 1731] New: Set containing invalid type incurs reproducible segfault
https://bugzilla.netfilter.org/show_bug.cgi?id=1731 Bug ID: 1731 Summary: Set containing invalid type incurs reproducible segfault Product: nftables Version: 1.0.x Hardware: x86_64 OS: All Status: NEW Severity: normal Priority: P5 Component: nft Assignee:
2005 Jan 10
3
64 bit integer spx_word64_t
hi, I am currently trying out speex version of 1.1.6 FIXED_POINT. noticed there's a 64 bit integer being used in the long term prediction. any chance of using a 32 bit integer without incurring some major side-effects? cheers, tk
2007 Feb 21
2
how much performance penalty does this incur, scalar as a vector of one element?
I have been comparing R with other languages and systems. One peculiar feature of R is there is no scalar. Instead, it is just a vector of length one. I wondered how much performance penalty this deign cause, particular in situations with many scalars in a program. Thanks. Jason Liao, http://www.geocities.com/jg_liao Associate Professor of Biostatistics Drexel University School of Public
2006 Apr 04
4
Maintaining and securing the "Perfect Rails/Debian/Lighttpd Stack"
Hi there I''m planning to build "The Perfect Rails/Debian/Lighttpd Stack", published by Ezra Zygmuntowicz and Sean Schertell at http://brainspl.at/rails_stack.html I''m wondering what sort of constant maintanance that setup would incur. What actions have be regularly performed to keep this setup healthy and secure under normal conditions? Alder
2006 Jul 24
4
List etiquette question
I''ve written a little ruby/rails hangman-ish app to keep my wife occupied at work that I think list members might also find interesting. I''m new to this list so I wanted to see if it would be considered bad form to post the link before I did. There aren''t any ads so I''m not getting anything out of more visitors, but I still didn''t want to take the
2012 Jun 05
4
need descriptive help
Hi all, I'm new to using R, and apologize for simplicity of this question. I'm using a data set with over 60,000 observations, Two variables are patient ID, and cost incurred by the patient. I'd like to generate frequency/table by patient and cost IF the total cost is over 2000. Right now I'm using: by(x$cost, x$patient, sum) but this generates a huge list for each patient. What is the best way to either (1) export the output into a csv so I can visually in...
2009 Sep 14
4
[LLVMdev] [PATCH] Spill Comments
...gt; Attached is a patch to print asm comments for spill information. > > We've discussed the mechanisms before but I wanted to run the > > patch by everyone before I start to commit pieces. > > The Offset->FrameIndex mapping seems rather heavy-weight, as > any expense is incurred even when AsmVerbose is off. Would it > be possible to use MachineMemOperands instead? In theory, > they should already be preserving the needed information. If > they're not sufficient, could they be improved? Yeah, I'm not totally happy with that mapping either. With Machin...
2009 Jun 05
2
[LLVMdev] SSE Scalar Convert Intrinsics
On Friday 05 June 2009 15:19, Dan Gohman wrote: > > Do we need two intrinsics for these scalar converts, one to satisfy > > the > > (arguably broken) GCC interface and one to really reflect the > > operation > > as specified by the ISA? > > That's what's done for most other instructions, unfortunately. > For cvtsd2si, there's currently no
2006 Mar 01
2
ignore a DID?
Hello, What is the best way to ignore a DID and not pick up the line? I don't want to incur charges on the line (T1 PRI), so would Hangup pick up the line, then hang up? Or can I use Hangup? Thanks!
2009 Nov 21
2
[LLVMdev] Thread local data and atomic instructions
I'm just dabbling with threads for the first time and have hit a few problems. I need a shadow stack per thread and I'm not sure how to do that. Passing it everywhere seems like a bad idea. I could put it in a global thread id -> thread-local data mapping but that would incur lookup and locking every time I fiddle with it (which is often!). Is it possible for me to create a global
2010 Aug 25
7
A bug in Xenbus driver
Hi all, I think this is a serious bug, existing in the pvops 2.6.31.13 (also existing in linux 2.6.35); In the xenbus driver (drivers/xen/xenfs/xenbus.c), the function of xenbus_file_read has a section of source code like this: if (ret != sz) { if (i == 0) i = -EFAULT; goto out; } /* Clear
2008 Feb 07
4
Snom 300 Echo
We're deploying an asterisk-based phone system at all of our branch offices in an effort to eliminate long-distance costs incurred from the constant branch to branch calls. We're using the Snom 300's at all offices for the desk phones and X100P cards to interface to 2 analog lines. I'm having a problem tuning all the echo out of the system. So far two branches are using the new system and they are both repor...
2018 Sep 09
2
remote site options
Currently using Samba 4 as AD at the main site and would like the main site AD to authenticate users at a remote site (about 3 systems). As I use my domain management system from a remote location via VPN I know this works, but the VPN may not be the lowest cost in terms of overhead. What other options are available? I'm thinking that port forwarding between the sites may incur the least
2010 Jun 04
2
[LLVMdev] Is there a "callback optimization"?
Hi, > 1) Knowing when to perform specialization. If the call was not inlined > the function is probably big. Getting this wrong will generate *a lot* > of code for very small (if not negative) speed gain. Could you elaborate why just having (lots of) more code in the final executable will incur a performance _penalty_? I was thinking of something similiar, but for type-specializations of
2009 Sep 14
0
[LLVMdev] [PATCH] Spill Comments
..., David Greene wrote: > Attached is a patch to print asm comments for spill information. > We've discussed the mechanisms before but I wanted to run the > patch by everyone before I start to commit pieces. The Offset->FrameIndex mapping seems rather heavy-weight, as any expense is incurred even when AsmVerbose is off. Would it be possible to use MachineMemOperands instead? In theory, they should already be preserving the needed information. If they're not sufficient, could they be improved? There is work going on to improve the register allocator's ability to use rematerl...
2002 Sep 16
1
Samba 2.2.0 error on AIX 4.3.3
...This email and any attachments should be read only by those persons to whom they are addressed. The information or views expressed therein are those of the individual sender and not 'Reflex Data Systems' No responsibility is accepted by 'Reflex Data Systems' for any loss or damage incurred through use of this email. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of this email is strictly prohibited. If you received this message in error, please immediately notify us by sending email to administrator@reflexdata.co.uk R...
2004 May 01
5
skip lines on a connection
Hi, I am looking for an efficient way of skipping big chunks of lines on a connection (not necessarily at the beginning of the file). One way is to use read lines, e.g. readLines(1e6), but a) this incurs the overhead of construction of the return char vector and b) has a (fairly remote) potential to blow up the memory. Another way would be to use scan(), e.g. scan(con, skip=1e6, nmax=0)
2018 Nov 02
2
XMMs unused
...sider assigning a scratch register to a live range > crossing function call, though it may reduce spills? > Well, it has to spill the register – otherwise it could be clobbered by a > call. May be, I haven't conveyed it properly. What I mean was, does the RA make an analysis of spills incurred by *using a scratch register and spilled/restored across the call site* and *by not using the scratch register at all *? > > -- > With best regards, Anton Korobeynikov > Department of Statistical Modelling, Saint Petersburg State University > -- Regards, DTharun -------------- ne...
2008 May 14
2
basename/dirname produce incorrect results
The incorrect result incurs when the file path contains Chinese character. It seems that dirname/basename action on unit of byte instead of char, so the result in the following example is half of what is expected. > g<-"d:\\$BG!2L4^M-CfJ8(B\\$BG!2L4^M-CfJ8(B.txt" > dirname(g) [1] "d:/$BG!2L4^(B" > basename(g) [1] "$BG!2L4^M-(B" -- HUANG Ronggui,
2018 Apr 23
3
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
Hi Eli, > I just tried some tests, and I'm seeing a bunch of failures on SPEC at -O3; looks like mostly crashes at runtime. I can try to reduce a testcase if you need it. If you could do that, that would be great. Our testing has been primarily for -Oz and -O2, so I haven’t looked at -O3 at all. > I don't think this is really the right approach. With LTO, you can have a mix of