search for: sympathetically

Displaying 20 results from an estimated 150 matches for "sympathetically".

2018 Aug 17
4
Re: [PATCH v3 1/4] mltools: Rename Yajl module as JSON_parser and move to common/mltools.
On 08/17/2018 10:16 AM, Richard W.M. Jones wrote: > Commit bd1c5c9f4dcf38458099db8a0bf4659a07ef055d changed all the code > to use Jansson instead of yajl. However it didn't change the OCaml > API name (which was still Yajl). > Are you aware that Jansson can't parse all JSON generated by qemu, and that the developers of Jansson did not seem sympathetic to patches that would
2017 Nov 15
2
CFG normalization: avoiding `br i1 false`
> I'm not necessarily sympathetic to the idea of adding another canonicalization pass only for this purpose. The problem is that as you said, SimplifyCfg does all sorts of stuff, and I suspect is not the fastest pass in the world. Also, in the case that annoys me, there is an LCSSA pass in the middle, and I suspect it would be a better idea to only do the LCSSA etc. transform again if no
2005 Mar 02
8
Why should I answer a Newbie question, there thick!
It would be nice just for once to actually use a mailing list with people who are a little more sympathetic to the fact that your not a rocket scentist or molecular biologist and that you might actually need some help, without being made to feel like your completely useless and should be cleaning toilets for a living. "Ahhh man not another stupid newbie question! are these people completely
2020 Nov 18
2
Work on DAG Isel for TableGen and compiler
Given that I'm only somewhat up-to-speed on the DAG ISel scheme and not much at all on the Global ISel scheme, I'm tempted to work on the former and then the latter. So I'll look at the CodeGenDAGPatterns messages first. Then I will take a look at Global ISel. Matt: Can you suggest one or two things about Global ISel that could use some work? I won't get to it quickly, but it will
2013 Sep 19
0
[LLVMdev] [RFC] New function attributes for errno-setting functions
> I don't know how feasible this is to roll out on linux or other platforms > which may or may not have sympathetic libc maintainers. Assuming they aren't > sympathetic, you only have one less-great option IMO. That is that you hack > Clang to pattern match a well-known AST pattern into the > __builtin_errno_address builtin. For targets without a well-known pattern, >
2005 Mar 04
1
[OT] - Why should I answer a Newbie questio n, therethick!
> -----Original Message----- > From: Ronald Wiplinger [mailto:ronald@elmit.com] > Sometimes it is not the "if" you make a search, often is for > new comers > "what" to aks for. > If you do not know the specific term, than you need to ask somewhere, > and I think the list is good for that. Sure. So say, "I tried a Googling for X, but I didn't
2017 Nov 09
2
CFG normalization: avoiding `br i1 false`
Hi, I was looking at Rust programs which are poorly optimized by LLVM, and one occasional factor is that LLVM allows for long-lived `br i1 false` instructions. The problem is that if a propagation pass discovers the condition of a branch, the branch itself will not be eliminated until a SimpllfyCfg pass is reached, of which there are few in the pipeline. One example is
2012 May 01
1
btrfs on low end and high end FLASH
How well suited is btrfs to low-end and high-end FLASH devices? Paraphrasing from a thread elsewhere: FLASH can be categorised into two classes, which have extremely different characteristics: (a) the low-end (USB, SDHC, CF, cheap ATA SSD); and (b) the high-end (SAS, PCIe, NAS, expensive ATA SSD). My own experience is that the low end (a) can have erase blocks as large as 4MBytes or more
1997 Apr 30
0
R-beta: Re: S Compatibility
Martyn Plummer writes: > How important is it to avoid being sued, or less facetiously, what is > the legal status of R? If I were Mathsoft I would be less than pleased > at the development of R and would try to stop it if I could. I have > been wondering for some time if this is possible. But I am not a lawyer > and the issue seems very unclear to me. To me too (Robert spent a
2014 Feb 21
2
[LLVMdev] interesting LLVM code optimization issue regarding timer registers
He has tried this and it does not solve the problem. The problem is that someone wants to, for example, time a dsp instruction. THe dsp instruction has no side effects and does not access memory. It's a valid thing to do. Should be some way to do this I would think. Tia. Reed On 02/21/2014 11:24 AM, Tim Northover wrote: > Hi Reed, > >> How would this intrinsic be implemented
2006 Aug 08
2
Should I uninstall everything to install InstantRails?
Please help me I am brand new to this. I have been following this tutorial from OnLamp http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html which tells you how to install ruby, rails and mySQL and get going. Doing this tutorial convinced me RoR was the way to go for me. So I got hold of this e-book: Agile Web Development with Rails - The Pragmatic Programmers The book tells me to install
2020 Nov 18
2
Work on DAG Isel for TableGen and compiler
Are you talking about the type checking done in CodeGenDAGPatterns.cpp? Is it easy to post an example? At 11/18/2020 01:55 PM, Thomas Lively wrote: >Hi Paul, > >I think this would be time well spent. At least in the WebAssembly backend, the vast majority of our ISel work is still done with DAG ISel. I know this is different from the performance work you have in mind, but one of my
2015 Mar 10
5
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
On Tue, Mar 10, 2015 at 1:06 PM, Chris Bieneman <beanz at apple.com> wrote: > (adding chandler to the To line) > > On Mar 10, 2015, at 12:29 PM, Tobias Grosser <tobias at grosser.es> wrote: > > Chandler previously asked to ensure we stay with a cmake version that is > available in the Ubuntu packages. If you want to drop this requirement, you > probably want to
2018 Aug 17
1
Re: [PATCH v3 1/4] mltools: Rename Yajl module as JSON_parser and move to common/mltools.
On 08/17/2018 10:48 AM, Richard W.M. Jones wrote: > On Fri, Aug 17, 2018 at 10:30:35AM -0500, Eric Blake wrote: >> On 08/17/2018 10:16 AM, Richard W.M. Jones wrote: >>> Commit bd1c5c9f4dcf38458099db8a0bf4659a07ef055d changed all the code >>> to use Jansson instead of yajl. However it didn't change the OCaml >>> API name (which was still Yajl). >>>
2003 Jun 11
1
COX PH models for event histories?
This is a question about the use of the Cox proportional hazards model to analyze event histories. I am looking at the responses of sympathetic nervous system activity to a stimulus. The activity I observe is a burst that can only occur once per heart beat cycle (e.g., a binary count). Typically bursts occur in 60-80% of the heart cycles * sensory stimuli can modify these burst probabilities.
2013 Sep 17
1
[LLVMdev] [RFC] New function attributes for errno-setting functions
----- Original Message ----- > On 9/17/2013 2:43 PM, Hal Finkel wrote: > > > > That would depend on how this attribute was used; it could only be > > used by a pass that did actually understand what those side > > effects were (like the loop vectorizer understanding that, if > > errno is ignored, then vectorizing cos() is legal). I don't object > > to
2018 Dec 21
3
formula(model.frame(..)) is misleading
Dear Martin, Since no one else has picked up on this, I?ll take a crack at it: The proposal is to define the S3 class of model-frame objects as c(?model.frame?, ?data.frame?) (not the formal class of these objects, even though this feature was coincidentally introduced in S4). That?s unlikely to do harm, since model frames would still ?inherit? data.frame methods. It's possible that some
2020 Apr 29
2
CIFS VFS: in dmesg when Linux accesses eComStation's (OS/2) FAT filesystem shares
Jeremy Allison via samba composed on 2020-04-24 11:13 (UTC-0700): > On Fri, Apr 24, 2020 at 04:31:53AM -0400, Felix Miata via samba wrote: >> Jeremy Allison via samba composed on 2020-04-23 09:24 (UTC-0700): >> >> CIFS: Attempting to mount //hostname/E >> >> Use of the less secure dialect vers=1.0 is not recommended unless required for >> >> access
2017 Oct 16
6
Status of OpenSSL 1.1 support
On Mon, Oct 16, 2017 at 12:40:54AM +0200, Ingo Schwarze wrote: > Colin Watson wrote on Sun, Oct 15, 2017 at 10:51:46PM +0100: > > Is it actually a requirement that an API compatibility layer be > > maintained by the OpenSSL team, or could a hypothetical group of > > external developers interested in breaking this stalemate fork > > openssl-compat.tar.gz, stick it in a
2017 Oct 06
3
Tripplite Smart Int 1000 - wrong numbers
Hello, I've got Tripplite Smart Int 1000 UPS with lan4.1 serial interface. Quite sympathetic UPS, I must say from first glance. I have made a proper serial cable (btw i hate all those constructor's decisions to make distinct serial wiring for each and every UPS type from each and every manufacturer!) I use [tripplite] driver for NUT and I can use upsc to get report from UPS, but