Re: Inserting new parameter in gcc

2007-11-09 Thread Basile STARYNKEVITCH
tten in awk. Or alternatively, you would need to replace them with something else. But that won't be a little patch anymore. Even if it is not a tiny patch, I would welcome it (but I am not in position of formally approving it). -- Basile STARYNKEVITCH http://starynkevitch.n

Re: Progress on GCC plugins ?

2007-11-16 Thread Basile STARYNKEVITCH
ent libtldl) which in principle could be unavailable on some bizarre hosts (but I don't know of anymore such host) In other words, they require additional features than the theoretical plain C ANSI compiler. Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basil

Re: Progress on GCC plugins ?

2007-11-16 Thread Basile STARYNKEVITCH
urce under GPL together with the yourplugin.so file. So a well defined plugin architecture does not mean any stability of internal representations (in their binary detail) or of the many GIMPLE transformations Regards. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ ema

Re: Progress on GCC plugins ?

2007-11-16 Thread Basile STARYNKEVITCH
hat for free... And it is essential for every kind of "experimental" or "additional" features! You really want it to be easy to remove! -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevitchnet mobile: +33 6 8501 2359 8, rue de la Faiencerie, 923

Re: Progress on GCC plugins ?

2007-11-16 Thread Basile STARYNKEVITCH
ill believe that GCC needs more developers, and attracting them could be a concern. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevitchnet mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont se

Re: Progress on GCC plugins ?

2007-11-16 Thread Basile STARYNKEVITCH
elieve that competitor proprietary compilers are much more documented than GCC. GCC is an incredibly complex software (because any similar compiler has to be complex and huge). PS. My mentor on GCC has been Sebastian Pop. I'll never thank him enough! -- Basile STARYNKEVITCH

Re: Progress on GCC plugins ?

2007-11-26 Thread Basile STARYNKEVITCH
, could you please elaborate on this? What tricks are you thinking of? However, you are right in the sense that implementing naive plugins is technically easy; apparently the issue is political, not technical (i.e. let RMS accept or bless it). -- Basile STARYNKEVITCH http://starynkevitc

Re: Scripted pass manager

2007-11-27 Thread Basile STARYNKEVITCH
he GCC ICI project might be interesting: http://gcc-ici.sourceforge.net/ -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basilestarynkevitchnet mobile: +33 6 8501 2359 8, rue de la Faiencerie, 92340 Bourg La Reine, France *** opinions {are only mines, sont seulement les miennes} ***

Assembly-level peepholes?

2024-10-04 Thread Basile STARYNKEVITCH
ts knowing that old version (4.3). NB. My open source project is an inference engine, see https://github.com/RefPerSys/RefPerSys/ -- Basile STARYNKEVITCH 8 rue de la Faïencerie 92340 Bourg-la-Reine mobile: +33 6 8501 2359 France http://starynkevitch.net/Basile/

Using gcc as a sort of scripting language.

2024-12-28 Thread Basile Starynkevitch
and b.c, link them together and execute them. > arg1 is given as first argument to the main() >of the resulting program. > > Best wishes for 2025. PS my open source project is a GPL inference engine on https://github.com/RefPerSys/RefPerSys/ -- Basile STARYNKEVITCH 8 rue de la Faïencerie 92340 Bourg-la-Reine, France http://starynkevitch.net/Basile & https://github.com/bstarynk

Interest in Contributing Diagnostic System to GCC

2025-02-03 Thread Basile Starynkevitch
o idea of how to achieve this. Do you want to use machine learning techniques to improve your diagnostic tool mjolnir? Perhaps some code from https://github.com/RefPerSys/RefPerSys/ (a GPL licensed inference engine project) could be useful for your tool? Regards from near Paris in France -- Basile STAR

Re: Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Basile Starynkevitch
On Fri, 2025-02-28 at 12:54 +0100, Basile Starynkevitch wrote: > Hello Bright Andoh, > > > > > My name is Bright Andoh, and I’m a Computer Engineering student at the > > University of Alabama. I’m wrapping up my freshman year and have > > experience working

Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Basile Starynkevitch
ps://github.com/RefPerSys/RefPerSys/ Thanks -- Basile STARYNKEVITCH 8 rue de la Faïencerie 92340 Bourg-la-Reine, France http://starynkevitch.net/Basile & https://github.com/bstarynk

Re: Introduction & Interest in GCC Rust Frontend GSoC Project

2025-02-28 Thread Basile Starynkevitch
On Fri, 2025-02-28 at 12:00 +, Sam James wrote: > Basile Starynkevitch writes: > > > Hello Bright Andoh, > > > > > > > > My name is Bright Andoh, and I’m a Computer Engineering student at the > > > University of Alabama. I’m wrapping up my fr

GSOC interest in Extend the static analysis pass

2025-03-12 Thread Basile Starynkevitch
hello You could take (and improve/refactor) some obsolete code from https://github.com/bstarynk/bismon and read the below draft report http://www.starynkevitch.net/Basile/bismon-chariot-doc.pdf I am no more working on that code base. My current open source project is https://github.com

Remove duplication for the handling of attributes between different frontends in GCC

2025-03-19 Thread Basile Starynkevitch
x27;m not sure since this > includes a c-family file in libgccjit)? Certainly yes, once it is properly documented -- Basile STARYNKEVITCH 8 rue de la Faïencerie 92340 Bourg-la-Reine, France http://starynkevitch.net/Basile & https://github.com/bstarynk & https://github.com/RefPerSys/RefPerSys/

Compiler support for forbidding certain methods from being called

2025-04-14 Thread Basile Starynkevitch
ng the whole process. > > It would be nice to have compiler support to help with this. I would recommend writing your GCC plugin which would add some problem specific pragmas. Some code from https://github.com/bstarynk/bismon might be improved (by you or your colleagues/interns) to fit into lat

Re: PIE and FSF gcc

2011-06-19 Thread Anthony G. Basile
; >> Also, apparently -O3 is considered problematic when SSP is in use. >> >> http://www.gentoo.org/proj/en/hardened/hardenedfaq.xml#Othreessp > > It would be interesting to find out what the problem is here. > > Ian I don't know what the problem is here but I have seen ssp break with -O3. I'd like to know too. -- Anthony G. Basile, Ph. D. Chair of Information Technology D'Youville College Buffalo, NY 14201 (716) 829-8197

<    4   5   6   7   8   9