search for: conterpart

Displaying 6 results from an estimated 6 matches for "conterpart".

Did you mean: counterpart
2001 Jul 16
0
make check failure on SGI-IRIX6.5 (PR#1026)
...ad the following error messages > make test > rapportMakeTest /bin/sh: /usr/local/bin//perl: arg list too long ---------- I've seen that already in my former life in the software industry. It seems the SGI sh shell is rather more limitated by the length of arg lists than it's linux conterpart (I do not know about the other OSs). ---------- >gmake[3]: *** [modreg-Ex.Rout] Bus error (core dumped) gmake[3]: *** Deleting file `modreg-Ex.Rout' gmake[2]: *** [test-Examples] Error 2 gmake[1]: *** [test-Examples] Error 2 gmake: *** [test-all-basics] Error 1 ---------- I cannot (or rathe...
2016 Nov 29
4
RFC: Add an "interposible" linkage type (and implement -fsemantic-interposition)
I think that all makes sense. You're just adding the missing non-ODR conterpart of 'external' linkage. I could imagine having "external / external_odr" linkage for example. That said, do you think we should take the opportunity to split out a bit for interposability so that we can kill off the *_odr linkage variants? Today's non-ODR weak functions would...
2001 Jun 22
2
Response to Ogg Vorbis comments
...t I do think you should qualify your statements. This statement also applies to your own codecs as well as others. boss wrote: > well after this good surprise and since you also assume Microsoft has > no interest to settle for standards (ISO Mpeg4), I am looking after > Tarkin, the video conterpart of Vorbis ; if it's again that good , > that could be interesting .... Tarkin has a long road ahead of it, although we do have high hopes. Video compression, while in some ways easier, is also somewhat harder, because there's not a century of research to build from. Right now there are...
2016 Nov 29
2
RFC: Add an "interposible" linkage type (and implement -fsemantic-interposition)
...uot;interposible" linkage type (and > implement -fsemantic-interposition) > On Tue, Nov 29, 2016 at 9:15 AM Reid Kleckner via llvm-dev < > llvm-dev at lists.llvm.org > wrote: > > I think that all makes sense. You're just adding the missing > > non-ODR > > conterpart of 'external' linkage. I could imagine having "external > > / > > external_odr" linkage for example. > > > That said, do you think we should take the opportunity to split out > > a > > bit for interposability so that we can kill off the *_odr lin...
2016 Nov 29
0
RFC: Add an "interposible" linkage type (and implement -fsemantic-interposition)
Hi everyone, Clang/LLVM's support for ELF interposition is in a confusing state, and I propose making a few (hopefully simple) adjustments in order to bring our model into a self-consistent state. The problem: On ELF systems, global symbols can be interposed. This means, for example, that calls to global functions in some (shared) library defined in that same library might end up being
2016 Feb 29
4
Possible soundness issue with available_externally (split from "RFC: Add guard intrinsics")
----- Original Message ----- > From: "James Y Knight" <jyknight at google.com> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "Sanjoy Das" <sanjoy at playingwithpointers.com>, "llvm-dev" > <llvm-dev at lists.llvm.org> > Sent: Monday, February 29, 2016 9:31:24 AM > Subject: Re: [llvm-dev] Possible soundness issue with