search for: _feature_

Displaying 20 results from an estimated 20 matches for "_feature_".

2013 Jul 31
3
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
> Quite the contrary, knowing that Clang's C++ ABI is completely > incompatible with MS is a maintenance *simplification*. Yes, for example, as explained by Bjarne once, incompatible name mangling schemes for ABIs that are not guaranteed to be 100% binary compatible is a _feature_, not a bug, since it prevents anyone from even beginning to develop a workflow that relies upon linking possibly incompatible binaries. > > Saying that supporting the MS C++ ABI is an uphill battle is an > understatement (and better say MS C++ ABI*S*, because it evolved over > time and...
2011 Oct 24
2
zoo arithmetics
Dear list members, what is the reason that one obviously can't do arithmetic operations on zoo members with different index positions? > require(zoo) > z <- zoo(c(1,1,1),order.by=c(1,2,3)) > z 1 2 3 1 1 1 > z[1] + z[1] 1 2 > z[1:2] + z[1:2] 1 2 2 2 > z[1] + z[2] Data: numeric(0) Index: numeric(0)
2003 Jan 31
0
[Bug 33] Connection tracking code doesn't track the interface of the connection
...Added ---------------------------------------------------------------------------- Severity|normal |minor Status|NEW |ASSIGNED ------- Additional Comments From laforge@netfilter.org 2003-02-01 00:20 ------- It is regarded as a _feature_ and not as a bug that connection tracking doesn't track the interface. It is not our job to make any assumptions on the particular interface... Imagine HA cases, where there is a failover between two interfaces. Or a new/different route is used via a different link for a particular connection...
2008 Oct 15
2
Virtual Domains and Master Users
Can I have a master users list for each virtual domain? I'm not sure from what I read on the page: http://wiki.dovecot.org/Authentication/MasterUsers auth default { mechanisms = plain login CRAM-MD5 passdb passwd-file { args = /var/mail/vhosts/%d/passwd.masterusers master = yes pass = yes } passdb passwd-file { args = username_format=%n
2005 Apr 13
0
terminate R program when trying to access out-of-bounds a rray element?
As Bert said, redefining functions like "[" is surely inadvisable, because of possibility of breaking codes that depend on the intended behavior. This is a language _feature_. If the problem is indexing beyond array extent, just check for it: Are any values that are going to be used for indexing larger than the length of the object? E.g., if (any(idx > length(x))) stop("index out of bound") result <- x[i] If this is still too much work for you, Perh...
2013 Jul 31
3
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
...nowing that Clang's C++ ABI is completely >>> incompatible with MS is a maintenance *simplification*. >> >> Yes, for example, as explained by Bjarne once, incompatible name >> mangling schemes for ABIs that are not guaranteed to be 100% binary >> compatible is a _feature_, not a bug, since it prevents anyone from >> even beginning to develop a workflow that relies upon linking possibly >> incompatible binaries. >> >>> >>> Saying that supporting the MS C++ ABI is an uphill battle is an >>> understatement (and better say MS...
2013 Jul 31
0
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
...ite the contrary, knowing that Clang's C++ ABI is completely >> incompatible with MS is a maintenance *simplification*. > > Yes, for example, as explained by Bjarne once, incompatible name > mangling schemes for ABIs that are not guaranteed to be 100% binary > compatible is a _feature_, not a bug, since it prevents anyone from > even beginning to develop a workflow that relies upon linking possibly > incompatible binaries. > >> >> Saying that supporting the MS C++ ABI is an uphill battle is an >> understatement (and better say MS C++ ABI*S*, because i...
2010 Jul 07
3
Weired problem when passing arguments using ...?
Hello All, I'm trying to pass the argument col.names to write.csv using '...'. But I got the following warnings. Maybe it is very simple. But I'm not sure what I am wrong. Could you please help point to me what the problem is? ##################### fun=function(x, ...) { fr=parent.frame() tmp=get(x, envir=fr) write.csv( tmp , file=paste(x, '.csv',
2008 Jun 27
1
Asterisk, POTS and plain handsets
Hello, I've spent a couple days searching and posted into the forum with no luck, apologies to anyone who reads the Digium forums for the cross-post. I'm having a problem with an asterisk set up where I have a TDM402B connected to a POTS line. Also connected to the POTS line are plain telephones, non SIP, just plain old telephones. When one of the normal handsets goes off-hook,
2020 Jul 03
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...host drivers <- vringh queue/epf> The advantages is that there's no need for writing new buses and drivers. Does this make sense? Thanks > > Thanks > Kishon > >> Thanks >> >> >>>> Kishon Vijay Abraham I (22): >>>> ?? vhost: Make _feature_ bits a property of vhost device >>>> ?? vhost: Introduce standard Linux driver model in VHOST >>>> ?? vhost: Add ops for the VHOST driver to configure VHOST device >>>> ?? vringh: Add helpers to access vring in MMIO >>>> ?? vhost: Add MMIO helpers...
2013 Jul 31
0
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
...++ ABI is completely > >>> incompatible with MS is a maintenance *simplification*. > >> > >> Yes, for example, as explained by Bjarne once, incompatible name > >> mangling schemes for ABIs that are not guaranteed to be 100% binary > >> compatible is a _feature_, not a bug, since it prevents anyone from > >> even beginning to develop a workflow that relies upon linking possibly > >> incompatible binaries. > >> > >>> > >>> Saying that supporting the MS C++ ABI is an uphill battle is an > >>> und...
2013 Jul 31
0
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
Charles Davis <cdavis5x at gmail.com> writes: > Huh? Intel CC supports the MSVC++ ABI. Zortech (Digital Mars) supports > it, too (though the guy who wrote it isn't too proud of that fact--or > the fact that he even wrote that compiler to begin with). Heck, even > CodeWarrior supported it (as Howard Hinnant might well remember), > before Metrowerks sold off their x86
2013 Jul 31
2
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
On Jul 30, 2013, at 12:41 PM, Stephen Lin wrote: >> Right. What's the point of all the effort devoted to MSVC++ ABI >> compatibility when Clang doesn't need it for being a top-notch C++ >> compiler on Windows? > > I brought up a similar point a little bit earlier, too.... > > It seems like the only necessary condition for being a first-class >
2020 Jul 07
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...9;re welcome. Thanks > > Regards > Kishon > >> Thanks >> >> >>> Thanks >>> Kishon >>> >>>> Thanks >>>> >>>> >>>>>> Kishon Vijay Abraham I (22): >>>>>> ??? vhost: Make _feature_ bits a property of vhost device >>>>>> ??? vhost: Introduce standard Linux driver model in VHOST >>>>>> ??? vhost: Add ops for the VHOST driver to configure VHOST device >>>>>> ??? vringh: Add helpers to access vring in MMIO >>>>&...
2020 Jul 08
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...t;>> >>>> >>>>> Thanks >>>>> Kishon >>>>> >>>>>> Thanks >>>>>> >>>>>> >>>>>>>> Kishon Vijay Abraham I (22): >>>>>>>> ???? vhost: Make _feature_ bits a property of vhost device >>>>>>>> ???? vhost: Introduce standard Linux driver model in VHOST >>>>>>>> ???? vhost: Add ops for the VHOST driver to configure VHOST device >>>>>>>> ???? vringh: Add helpers to access vrin...
2020 Jul 09
0
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...gt;>>>>>> Kishon >>>>>>> >>>>>>>> Thanks >>>>>>>> >>>>>>>> >>>>>>>>>> Kishon Vijay Abraham I (22): >>>>>>>>>> ????? vhost: Make _feature_ bits a property of vhost device >>>>>>>>>> ????? vhost: Introduce standard Linux driver model in VHOST >>>>>>>>>> ????? vhost: Add ops for the VHOST driver to configure VHOST device >>>>>>>>>> ????? vringh:...
2020 Jul 02
11
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...nitially proposed here [1] > > [1] -> https://lore.kernel.org/r/2cf00ec4-1ed6-f66e-6897-006d1a5b6390 at ti.com I find this very interesting. A huge patchset so will take a bit to review, but I certainly plan to do that. Thanks! > > Kishon Vijay Abraham I (22): > vhost: Make _feature_ bits a property of vhost device > vhost: Introduce standard Linux driver model in VHOST > vhost: Add ops for the VHOST driver to configure VHOST device > vringh: Add helpers to access vring in MMIO > vhost: Add MMIO helpers for operations on vhost virtqueue > vhost: Introdu...
2020 Jul 02
11
[RFC PATCH 00/22] Enhance VHOST to enable SoC-to-SoC communication
...nitially proposed here [1] > > [1] -> https://lore.kernel.org/r/2cf00ec4-1ed6-f66e-6897-006d1a5b6390 at ti.com I find this very interesting. A huge patchset so will take a bit to review, but I certainly plan to do that. Thanks! > > Kishon Vijay Abraham I (22): > vhost: Make _feature_ bits a property of vhost device > vhost: Introduce standard Linux driver model in VHOST > vhost: Add ops for the VHOST driver to configure VHOST device > vringh: Add helpers to access vring in MMIO > vhost: Add MMIO helpers for operations on vhost virtqueue > vhost: Introdu...
2006 Jan 01
20
A comment about R:
Readers of this list might be interested in the following commenta about R. In a recent report, by Michael N. Mitchell http://www.ats.ucla.edu/stat/technicalreports/ says about R: "Perhaps the most notable exception to this discussion is R, a language for statistical computing and graphics. R is free to download under the terms of the GNU General Public License (see http://www.r-project.
2007 Apr 18
2
Time to post some patches?
Looks to me like the first series of patches should be OK to post now. I propose that: 001-apply-to-page-range.patch 001a-reboot-use-struct.patch 002-sync-bitops.patch 003-remove-ring0-assumptions.patch 004-abstract-asm.patch 005-cpuid-cleanup.patch unfix-fixmap.patch fixmap-bootparam.patch remove-read-hazard-from-cow.patch pte-clear-not-present.patch