search for: licensees

Displaying 20 results from an estimated 57 matches for "licensees".

Did you mean: licenses
2017 Aug 31
7
[RFC] Function stack size section.
Hi All, We have a local change in the X86AsmPrinter that outputs a section containing metadata on function stack sizes. We use this to measure changes to stack size between versions of the compiler and it also allows our licensees to do the same for their code. The section simply contains pairs of function symbol references (8 byte) and stack sizes (unsigned LEB128). We would like to upstream this change as a PS4 only modification, or as a more general cross platform one. Would people be interested in (or happy with...
2002 Feb 12
4
SRP Patch Integration?
>Simply stated, SRP is a strong password authentication protocol that >resists passive/active network attack, and when used in conjunction with >OpenSSH, solves the "unknown host key" problem without requiring host >key fingerprint verification or PKI deployment (e.g. X.509 certs). Put >another way, is there any good reason *not* to fold these patches into >OpenSSH
2013 Aug 12
1
[LLVMdev] lets make Akira Hatanaka the code owner for the Mips target
...he key person inside of Mips for reviewing patches and giving advice to other developers regarding new Mips work. To assure the future quality of the Mips port, I think it makes sense to formalize what is already true inside of Mips, to the larger community that may contribute to Mips. We have licensees with their own variations and extensions and there will be other people wanting to make changes to the Mips code generator outside of Mips. Richard Sandiford has held this position for the gcc Mips port for many years and it has helped greatly to make that code generator solid. Reed
2005 Oct 18
3
Legal issues for non-profit radio stations.
...tage of the licensee's revenue,of which there will be none, where does this leave me in terms of getting a licence? I quote from your website "The MCPS-PRS Alliance Joint Online Licence (JOL) was launched in 2002 and since then over 100 music service providers have signed up to its terms. Licensees are able to operate a number of business models under the one licence at a rate of 8% of revenues (discounted from 12% to help the growth of the legal online music market)" On another note, most of the records played will not be from major record labels (i.e. Virgin, EMI) rather small labels...
2016 Jul 05
2
Winbind process stuck at 100% after changing use_mmap to no
On 05/07/16 20:49, Alex Crow wrote: > FYI, by "it did, completely" I meant it failed completely. > > Even if the only file we have to have on the cluster FS (which now > seems to be down solely to the ctdb lock file), I'm still worried what > these failures mean: > > 1) does the -rw (without -m) test suggest any problems with the > MooseFS FS I'm
2004 Sep 19
2
Icecast2 Server - AAC/HE-AAC/aacPlus Support
Hello- You guys have done an excellent job with the Icecast2 server. I probably don't need to tell you that, but I did anyway. We are Coding Technologies licensees and have recently developed a streaming audio encoder supporting AAC/HE-AAC/aacPlus using RTSP/RTP, SHOUTcast HTTP/ICY, and Icecast2 HTTP/ICY, Orban Opticodec-PC. More information here: http://www.orban.com/orban/products/stream/1010_overview.html Please note: The HTTP/ICY protocols have just b...
2020 Mar 16
2
DWARF .debug_aranges data objects and address spaces
On Mon, Mar 16, 2020 at 10:50 AM Robinson, Paul <paul.robinson at sony.com> wrote: > SCE tuning does turn on the .debug_aranges section. Our debugger team > really cares about startup cost. Turnaround time in general is huge for our > licensees, to the point where we support edit-and-continue (minimal > rebuild, live-patch the running process). > Ah, good to know! I'd be curious to know about the performance tradeoff when they're disabled if you ever happen to have data around that. I guess a related question: Does SCE use...
2016 Nov 28
5
RFC: Constructing StringRefs at compile time
...en > built with MSVC - if, when building a stage 2 on Windows (building Clang > with MSVC build Clang) you do end up with a compiler with the desired > performance characteristics - then that's probably sufficient. > > > > Hold on there—we deliver an MSVC-built Clang to our licensees, and I would > really rather not pessimize it. > > --paulr > > > > *From:* llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] *On Behalf Of *David > Blaikie via llvm-dev > *Sent:* Friday, November 25, 2016 8:52 AM > *To:* Mueller-Roemer, Johannes Sebastian; Malcolm P...
2017 Aug 16
2
[cfe-dev] Disable memset synthesis
On Tue, Aug 15, 2017 at 9:37 PM, Tim Northover via cfe-dev < cfe-dev at lists.llvm.org> wrote: > On 15 August 2017 at 19:38, bharathi seshadri via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > I find that GCC has an option -fno-tree-loop-distribute-patterns that > > can be used to disable memcpy/memset synthesis. I wonder if there is > > something similar
2016 Nov 28
3
RFC: Constructing StringRefs at compile time
...en > built with MSVC - if, when building a stage 2 on Windows (building Clang > with MSVC build Clang) you do end up with a compiler with the desired > performance characteristics - then that's probably sufficient. > > > > Hold on there—we deliver an MSVC-built Clang to our licensees, and I would > really rather not pessimize it. > > --paulr > > > > *From:* llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] *On Behalf Of *David > Blaikie via llvm-dev > *Sent:* Friday, November 25, 2016 8:52 AM > *To:* Mueller-Roemer, Johannes Sebastian; Malcolm P...
2017 Aug 17
3
[cfe-dev] Disable memset synthesis
...t; Right, it's a balance between those snooty compiler developers who think > they always know best versus those pesky real-world code authors who think > they can hand-tune their code to do better than what the compiler comes up > with. > > Offhand I don't know how often our licensees use the option in production, > but it surely gives them a tool that lets them do their own measurements, > and only come back to us when there is something worthwhile to report. > > --paulr > > > > *From:* cfe-dev [mailto:cfe-dev-bounces at lists.llvm.org] *On Behalf Of *Re...
2016 Nov 25
2
RFC: Constructing StringRefs at compile time
On Fri, Nov 25, 2016 at 6:10 AM Mueller-Roemer, Johannes Sebastian via llvm-dev <llvm-dev at lists.llvm.org> wrote: > What about going for > > template<unsigned N> > constexpr StringRef(const char (&Str)[N]) > > and avoiding strlen entirely for string literals? > You'd at least want an assert in there (that N - 1 == strlen(Str)) in case a StringRef is
2016 Nov 03
4
RFC #2: Improving license & patent issues in the LLVM community
...at the time my contribution is included in that Work, none of my patent's claims are subject to Apache's Grant of Patent License, is there a way any of those claims would later become subject to the Grant of Patent License solely due to subsequent contributions by other parties who are not licensees of that patent. A1:No." So if i make contribution that does *not* cover patent A (a patent i own) You add stuff later that would cause users to infringe patent A. I never contribute again. That does not grant anyone rights from me to patent A. The reason this is what occurs is pretty simple...
2011 Sep 16
0
[LLVMdev] Access to the ARM Architectural Reference Manual
Hi - One item that came up at the European User Group Meeting on Sept 16th was how to get information about the ARM Instruction Set. ARM has a Manual (in several volumes) called the ARM Architectural Reference Manual which covers the instruction and you can download from here: infocenter.arm.com In order to download it you do need to register with the infocenter website (Name, Company, Email
2015 Sep 26
1
Fw: 32 bit data
...ject: 32 bit data Erik, could you please post this to the FLAC mailing list. I've tried a couple times, but nothing happens. Tks. ......................... There are reasons to support 32-bit data. The emerging network standard is based on a 32-int pipe (AVB/Dante). Dante now has over 200 licensees. Higher dynamic range hardware and plug-in products are in the works. It won't be long before the 24-bit barrier is commonly exceeded in certain devices, though I agree with others here who point out that real-world <systemic> dynamic range will likely remain under 20 bits (room =>...
2010 May 24
2
VP8
Patenting a mathematical formula is NOT creating a machine nor is it unique. For example. 2+2=4... apples + apples^2= given outcome. I want to patent this. It's stupid to patent something like that. The same is true for formula algorithms. Algorithms occur in nature. Thus should not be patented. Now, Volley G Mathison inventor of the Electropsychometer had a machine that he could patent. A
2003 Sep 26
2
the g729 situation
Having purchased a license for 5 g729 channels on Digium's web shop I thought registration and installation would be a snap. NOT. I followed registration instructions to the letter but it failed with that message: ERROR! Your Internet connection is probably behind a proxy and the Registration program can't communicate with our server Which is stupid as my * box is a firewall and sits
2005 Oct 06
0
Will these Shares Go higher?
Undiscovered Gem St0ck_Report Company Profile: +++++++++++++++++++++++++++++++++++++++++++++++++ CEO AMERICA INC. Symbol: CEOA . pk Recent Price: $3.00 Expected Trading Range: $5.50 - $6.00 (post split) Shares Outstanding: 35M (est.) Float (est.): 5M ++++++++++++++++++++++++++++++++++++++++++++++++++ This st0ck has just started a Major PR Campaign!! How will it react to th0usands of investors
2016 Jul 05
0
Winbind process stuck at 100% after changing use_mmap to no
On 05/07/16 21:00, Rowland penny wrote: > On 05/07/16 20:49, Alex Crow wrote: >> FYI, by "it did, completely" I meant it failed completely. >> >> Even if the only file we have to have on the cluster FS (which now >> seems to be down solely to the ctdb lock file), I'm still worried >> what these failures mean: >> >> 1) does the -rw
2005 Feb 24
1
Re: FRS and GMRS via *
...Certain commercial "business radio" channels in the Private Land Mobile service may be interconnected with the PSTN outside of major metropolitan areas (specifically, more than 75 miles from the population centers listed in Part 90 of the rules), or with agreement from all co-channel licensees in your area, and also on low power itinerant channels. It's not trivial to get a frequency coordination and license but you can run your own mobile telephone service under these rules and conduct your regular business that way. The radios are a little more expensive than FRS radios but you...