search for: strive

Displaying 20 results from an estimated 464 matches for "strive".

Did you mean: stride
2016 May 05
8
Resuming the discussion of establishing an LLVM code of conduct
Proposed alternative DRAFT -------------------------- LLVM Code of Conduct (LCoC) Prologue: LLVM community as a whole strives for equality and respect in all areas. With this in mind, we want to establish a few words that help(s)? everyone understand what to do if there is ever questions or conflicts. Motto: Be respectful, have fun and do great engineering. LLVM Community members: People in and around the LLVM communit...
2016 Nov 16
3
[PATCH v7 06/11] x86, paravirt: Add interface to support kvm/xen vcpu preempted check
...pted) > return pv_lock_ops.vcpu_is_preempted(cpu); > return false; > } That is still more expensive. It needs to do an actual load and makes it hard to predict the branch, you'd have to actually wait for the load to complete etc. Also, it generates more code. Paravirt muck should strive to be as cheap as possible when ran on native hardware.
2016 Nov 16
3
[PATCH v7 06/11] x86, paravirt: Add interface to support kvm/xen vcpu preempted check
...pted) > return pv_lock_ops.vcpu_is_preempted(cpu); > return false; > } That is still more expensive. It needs to do an actual load and makes it hard to predict the branch, you'd have to actually wait for the load to complete etc. Also, it generates more code. Paravirt muck should strive to be as cheap as possible when ran on native hardware.
2018 Sep 26
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...nefit of reducing binary size by pruning visible symbols, but the more critical feature is being able to easily view and edit the exposed symbols in the first place. Using human-readable stubs addresses the issues of DSO analysis and control without requiring highly specialized tools. This does not strive to replace tools altogether; it just makes small tasks significantly more approachable. llvm-tapi would strive to be an intersection between a means to produce and link against stubs, and providing tools that offer more control and insight into the public interfaces of DSOs. More fundamentally, ll...
2013 Jul 15
2
[LLVMdev] [PATCH] x86/asm: avoid mnemonics without type suffix
...ould aim to be at _least_ as good as gas, if not better. Because I definitely don't want to go back to the bad old days. I've been there, done that. Assemblers that are worse than gas are not worth working with. gas should be considered the minimal implementation quality, and llvm-as should strive to do better rather than worse.. (NASM used to be *much* more pleasant to work with than gas. Maybe you should strive to make nasm DTRT wrt bt and constants, and maintain that lead?) Linus
2016 Sep 13
3
(short notice) Cambridge LLVM Social tomorrow (Wednesday)
...hers gathering towards the end of the week and we discussed briefly the idea of having a small pub outing for them this week. It looks as if Wednesday is the best day, so let’s aim to go back to the Fort St George[1]. The weather is supposed to be warm again this week (though I’m sure Renato will strive to organise rain for us) and, in spite of having a Green King logo on the outside, it does appear to have started serving beer again. Sorry for the short notice, but hopefully see some of you there, David [1] http://www.openstreetmap.org/way/179837563 -------------- next part -------------- A no...
2014 Jun 27
4
Attack on Sip server.
Hi All. Someone is attacking on my SIP server. There are lot of requests coming in and I am not able to stop it because I am unable to detect the IP address. I used wireshark to capture the packets. Although I am using very strong password for my SIP users but still is there any way to drop these packets and stop this attack. I tried dropping packet after matching some string (most of the
2022 Oct 30
3
Looking for users of --keep-foreign-metadata
...ding, but does not restore them on decoding, is this considered a problem or shortcoming? I know for example that WavPack will restore a WAVE file bit-for-bit, even if there is ambiguous or even invalid data stored in the format chunk. I don't think such behaviour is something that FLAC should strive for. The current behaviour of storing metadata that is not essential for decoding the file, for example CUE, LIST, bext chunks, is I think sufficient, but I would like to hear the opinion of people that actually use this feature. Kind regards, Martijn van Beurden
2018 May 24
3
Style: getFoo() vs foo()
...ds according to their side-effects > Those without side-effects should read as noun phrases, e.g. x.distance(to: y), i.successor(). > Those with side-effects should read as imperative verb phrases, e.g., print(x), x.sort(), x.append(y). ( https://swift.org/documentation/api-design-guidelines/#strive-for-fluent-usage ) How do people feel about this change? Clearly a mix of these styles will exist in practice for a long time (this is already the case!) but which should be encouraged? (*dons flame-retardant suit and mumbles something about Java*) -------------- next part -------------- An HTML...
2017 Oct 09
2
New CentOS/RHEL group on Facebook
Le 09/10/2017 ? 13:14, Nux! a ?crit : > I personally dislike Facebook, but even so, I think a basic > requirement for any web site striving to share knowledge is to be > publicly accessible to all which at the moment it is not. Search > engines won't be able to crawl it, people without an account won't be > able to access it. > > Can this be changed? Facebook is what
2013 Jul 09
1
[off topic] [research] Interviews for contributors over 50 for Oregon State University research
Hello, Researchers at Oregon State University are striving to conduct research to learn more about the free/open source software community landscape as it relates to older adults. We have identified you as a leader for a free/open source software community. If you?re interested, we will either do an in-person interview (if you are local to the Corvallis or Portland area), or an interview over the
2018 Sep 27
4
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...visible symbols, but the > > more critical feature is being able to easily view and edit the > > exposed symbols in the first place. Using human-readable stubs > > addresses the issues of DSO analysis and control without requiring > > highly specialized tools. This does not strive to replace tools > > altogether; it just makes small tasks significantly more approachable. > > > > llvm-tapi would strive to be an intersection between a means to > > produce and link against stubs, and providing tools that offer more > > control and insight into the...
2006 Jun 14
6
GXP-2000 and Configdownload via TFTP
Hi, i got my Grandstream GXP-2000 phone today and want to configure it with TFTP. I downloaded the firmware 1.1.0.13 and put it into my tftp-server directory. Then I downloaded the template from: http://www.grandstream.com/DOWNLOAD/Configuration_Tool/Linux_Unix/Grandstream_Configuration_File_Template_1.0.6.x.txt renamed it to cfg<mac-address> Did the configuration in the new file and
2020 Oct 17
2
Re: Build failure of libnbd
...>> of things added for libnbd. > >Ideally it should be driven from ”dnf builddep libnbd”, directly or >indirectly. For golang ... > Well, I was aiming for upstream, not just Fedora. Also that would not work when you add a new dependency. I think of CI as something that should strive to work and not take any extra time once it is properly set up. But who knows, maybe I won't finish it. >> The ultimate goal with this is to have >> automatically updated repository like libnbd-go that looks exactly >> how golang developers want it so that they can consume i...
2018 Sep 26
2
[RFC] Proposal: llvm-tapi, adding YAML/stub generation for ELF linking support
...ning visible symbols, but the >> more critical feature is being able to easily view and edit the >> exposed symbols in the first place. Using human-readable stubs >> addresses the issues of DSO analysis and control without requiring >> highly specialized tools. This does not strive to replace tools >> altogether; it just makes small tasks significantly more approachable. >> >> llvm-tapi would strive to be an intersection between a means to >> produce and link against stubs, and providing tools that offer more >> control and insight into the publi...
2013 Apr 29
5
[LLVMdev] [Announcement] Call For 3.3 Testers!
...an immediate response. But we would like to have binaries before the week is up. :-) ) We plan for two iterations of the above type of testing, with a week in between them to allow for bug fixing. If we have show stoppers after the second round, we will need to add a third round of testing, but we strive to avoid that as much as possible. The whole process takes roughly a month to do. Here are some of the platforms we currently support: * Mac OS X (64-bit) * FreeBSD (32- and 64-bit) * Linux (32- and 64-bit) * ARM * Windows (experimental) If you are interested in being a testers, please send me a...
2017 Feb 17
6
LLVM GSOC Projects Criteria Consultation (before 2/28)
...s, for example: - Should we favor a student which has past contributions to LLVM compared to a newcomer? Is it more important or as equally important as the quality of the proposal? - How should we rank (if any) “research or unbounded projects” vs “project with an immediate application”? Should we strive to keep a balance? - What about “projects that touch LLVM/Clang/…” vs “projects that are building something on top of LLVM”? (For example this project was first proposed to be selected by LLVM before being rejected and finally picked by the Julia project directly: https://summerofcode.withgoogle.co...
2012 Aug 10
2
[LLVMdev] VLIW code generation for LLVM backend
On Aug 9, 2012, at 10:09 AM, Sergei Larin <slarin at codeaurora.org> wrote: > Yang, > > This might not be such a tough choice on engineering side - one of the > LLVM differentiators is the ground-up, early introduced support for VLIW > specific features… Actually, LLVM lacked support for VLIW until fairly recently, and it has relatively few VLIW-specific features. Dan
2012 Aug 13
0
[LLVMdev] VLIW code generation for LLVM backend
But we are really striving to change it fast :) Dan, My comparative point was that LLVM has a greater potential to accommodate VLIW going forward than GCC does at this point. Would you agree to that? Sergei -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum. > -----Original Message----- > From: Dan Gohman [mailto:gohman at apple.com] > Sent: Friday, August 10,
2017 Oct 12
2
Solr 7
Hi Jose, Am 11.10.2017 um 13:13 schrieb Jose Celestino: >> Before I go down the route of upgrading our main Solr instance from 6 to 7, >> just checking if anyone is using Solr 7 with Dovecot. > SOLR 7 works ok with dovecot. We did not upgrade but indexed from scratch with > 7.0.0. > > From our experience: > > Make sure that you set the default queryResponseWriter to