search for: sentanc

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

Did you mean: sentenc
2005 Jan 21
2
transfer function estimation
...ined iteration' to prevent instability. It is then only necessary to program the computation of a_t itself......." I know that there is a 'nls' function in R but I really do not have a clue about how to use it in this situation. Perhaps Box-Jenkins are confusing me with their last sentance with regard to the a_t's - is this really possible? If anyone could help me on this I would be most grateful. I know this is not exactly an R question, but to the best of my knowledge there is no transfer function estimation method in R at the moment and so this might be a nice additional fea...
2012 Jan 30
2
[LLVMdev] [RFC] Module Flags Metadata
...date info conveyed through MDNodes, if they want to. The "optional to update" while still preserving _correctness_ of the program is a key property of MDNodes. Even if we single out TBAA, recall that TBAA was one of the main motivations for the design of MDNodes -- it's in the second sentance, and most of the last paragraph, of http://blog.llvm.org/2010/04/extensible-metadata-in-llvm-ir.html > Regarding, TBAA you say that this optionality is not optional. If you insist that all transformation passes in pipeline _must_ ensure correctness of alias info conveyed by front end as part o...
2012 Jan 30
0
[LLVMdev] [RFC] Module Flags Metadata
On Jan 30, 2012, at 11:34 AM, Dan Gohman wrote: > Even if we single out TBAA, recall that TBAA was one of the main > motivations for the design of MDNodes -- it's in the second sentance, > and most of the last paragraph, of > http://blog.llvm.org/2010/04/extensible-metadata-in-llvm-ir.html ... and in last paragraph the author says ... "This use of metadata is also safe, because it is an optimization: if the type tag gets dropped, it is always safe to assume that t...
2013 Dec 19
0
[LLVMdev] Making LLVM safer in out-of-memory situations
...t place. If I'm reading you correctly, you are relying on exception propagation and handler (destructors for local objects) execution. You have chosen not to add extra exception logic to LLVM itself, but are relying on the correctness of exception propagation within the code. (The last two sentances are intended to be a restatement of what your message said. If I misunderstood, please correct me.) Does this mean that you're compiling your build of LLVM with exceptions enabled? By default, I believe LLVM is built without RTTI or exception support. For the particular cases you menti...
2013 Dec 20
2
[LLVMdev] Making LLVM safer in out-of-memory situations
...reading you correctly, you are relying on exception propagation > and handler (destructors for local objects) execution. You have chosen > not to add extra exception logic to LLVM itself, but are relying on the > correctness of exception propagation within the code. (The last two > sentances are intended to be a restatement of what your message said. > If I misunderstood, please correct me.) It was probably not completely correct to say that we did not extend the exception propagation in LLVM. In most of cases where malloc or other C allocation functions are called, we had to...
2013 Dec 13
2
[LLVMdev] Making LLVM safer in out-of-memory situations
Hi Hal, > Does this mean that you're using C++ exception handling to manage the cleanup? No, not really. From the place where we're calling into llvm we are catching all exceptions that may occur during compilation, but normally we do not add any additional catch clauses into the llvm source itself. We mainly rely on correct stack unwinding by destructors in llvm when an exception is
2008 Jan 23
0
No more audio with 99777 SVN version in certain case
...in a meetme conf from a SIP Phone -> OK, we have "Enter PIN Number" and then "You're the only person ..." and then MOH - now we call from outside through ISDN and want to enter the conf -> we hear few words from "Enter your PIN number" (sometimes all the sentance) and then *no more* audio in all Asterisk, for all devices. Sometimes break is created when ISDN party hangup, which means that all the conference went OK. It's now anymore possible to enter conferences or to call voicemails _from any device_: on CLI we see that everything is OK, but silen...
2002 May 16
0
Re: [R] NaN/NA and sprintf double format (PR#1561)
...hecking to > see that the format conversion character and the argument are > compatible. This is the user's responsibility! > */ > > and I think that should be on the help page. If it were, this is a > feature. Naturally it's a feature! But I agree that an extra sentance or two on the help page would be a good idea. I suggest appending the following as a new paragraph to the Value section: As \code{sprintf} is simply a wrapper for the C function of the same name, it is the user's responsibility to ensure that the objects passed in \code{\dots} correspond to...
2012 Jan 30
0
[LLVMdev] [RFC] Module Flags Metadata
On Jan 27, 2012, at 5:00 PM, Dan Gohman wrote: > Not all of these are miscompiles, None I'd say, may be TBAA. > but the point is that valid but > naive optimizations can cause them to be actively misleading ... but not cause mis-compilation. Note, optimization passes are free to update info conveyed through MDNodes, if they want to. The "optional to update" while still
2010 Sep 05
0
[LLVMdev] More DIFactory questions - still stumped
On 5 September 2010 19:32, Talin <viridia at gmail.com> wrote: > I've carefully studied the source code of CGDebugInfo in clang as a working > example. One puzzlement is that there's a discrepancy between what the > "source level debugging with LLVM" docs say and what clang does: According > to the docs, DW_TAG_formal_parameter is used to specify a formal
2012 Jan 28
2
[LLVMdev] [RFC] Module Flags Metadata
On Jan 27, 2012, at 3:40 PM, Devang Patel wrote: > [ removing cfe-dev from the cc list ] > > On Jan 27, 2012, at 1:31 PM, Dan Gohman wrote: > >> On Jan 27, 2012, at 11:20 AM, Devang Patel wrote: >> >>> >>> On Jan 26, 2012, at 2:10 PM, Dan Gohman wrote: >>> >>>> On Jan 26, 2012, at 12:54 PM, Devang Patel wrote:
2002 Sep 11
1
Suggest Rsync Performance Improvements
1. Large 1 MB I/O, all reads and write to file systems 1MB (can use setvbuf to do this with out coding) e.g a awk programme doing 8K I/O to read 2GB file took 16 min, a perl programme doing 1MB I/O took 16 seconds. 2. When doing rsync -a /dir1/dir2 /dir3/dir4 Do not use pipe's, as they only read/write 5k at a time this is extremly slow, check it out with Solaris truss. Use sockets with
2010 Sep 06
2
[LLVMdev] More DIFactory questions - still stumped
...bugInfo, you have to use the Subprogram type only for the > return type. What gives you the parameters is passing the Function* as > the last parameter on DIFactory.CreateSubprogram(). > I understand about passing the Function* as the last argument. I'm not sure I understand the first sentance ("You have to use the Subprogram type only for the return type"). Here's what my code for creating function descriptors currently looks like (note that some parts are commented out for debugging purposes): DISubprogram CodeGenerator::genDISubprogram(const FunctionDefn * fn, Functio...
2009 Nov 27
5
unexpected raid1 behavior?
Hi, I''m starting to play with btrfs on my new computer. I''m running Gentoo and have compiled the 2.6.31 kernel, enabling btrfs. Now I have 2 partitions (on 2 different sata disks) that are free for me to play with, each about 375 gb in size. I wanted to create a "raid1" volume using these two partitions, so I did: # mkfs.btrfs -d raid1 /dev/sda5 /dev/sdb5 # mount
2003 Jul 09
2
Samba3b2, solaris, AD suport and libiconv.
Hi all, I am attempting to build samba3 beta2 for AD support, and I've run into a brick wall. I am using Solaris 2.7 and 2.9, with gcc 2.95.2, with krb5-1.2.8 and (now) libiconv-1.9.1 Firstly, I am getting errors of the like: Error loading module '/usr/local/samba/lib/charset/CP850.so': ld.so.1: ./smbclient: fatal: /usr/local/samba/lib/charset/CP850.so: open failed: No such file or
2002 Jan 22
7
AIX reading /etc/environment out of step.
I was discussing with Don about a private topic..and while skimming the code I noticed that during a 'ssh mouring at site ls' the /etc/environment is *ONLY* read if the remote machine is an AIX box. This is undocumented and I'm wondering if someone using AIX could explain WHY it exists in the session.c:do_child()? No other OS has this. I don't see why AIX should require it.
2010 Sep 05
2
[LLVMdev] More DIFactory questions - still stumped
I hate to be a nag, but after several days of working on this I am still utterly stumped. Let me recap the situation as it currently stands: I'm trying to write code that generates DWARF debugging information for my compiler using DIFactory and friends. Unfortunately the information I am generating appears to be invalid, but I can't figure out the cause. Based on the advice in the
2006 Oct 13
8
PXELINUX based kickstart query (probably OT)
Hi all I'm guessing this is a little off topic but here goes... We use PXELINUX and kickstart to automate our RHEL deployments and updates. Recently we started using PXELINUX/memdisk and an MS-DOS image to update the workstation BIOS'es. After selecting <F12> (network boot) and picking the update BIOS option, the BIOS is flashed, BIOS configuration made standard and then the
2005 Feb 08
2
Ext3 Journal corruption on hitachi deskstars
I recently came across an enormous cluster of x86 clone machines running fedora core 1 (2.4.24) which have typically all intel or amd have VIA IDE chipsets. They frequently experience corrupted journals rendering the ext3 partition in read-only mode. More important than recovering the filesystem, I am interested in finding the root of the problem. The common hardware that all of these