__if_exists __if_not_exists alternative

2007-09-15 Thread Dmitry Sychov
Hello, Doing meta programming without "__if_exists" is tricky. The result solutions are heavy and take many lines of source code (trait classes). Will gcc include such a feature or alternative in the near future? Also, anyone interested in writing a patch? I can sponsor the result at certain

New GCC ICI (with plug-ins for dynamic pass reordering)

2007-09-15 Thread Grigori Fursin
Hello all, In case some of you are interested, we produced a new version of the Interactive Compilation Interface (ICI) for GCC (the tarball for this release can be downloaded here: https://sourceforge.net/project/showfiles.php?group_id=180190&package_id=245842&release_id=539711) To remind, the

RE: Enabling gcc optimization pass

2007-09-15 Thread Grigori Fursin
Hi, Actually, just saw your post, so wanted to say that it is possible with the new GCC-ICI framework. You can find more info here: http://gcc-ici.sourceforge.net There is no checking for pass dependencies and we are working on it now ... Hope it is still of any help ;), Grigori =

Nvidia PTX backend

2007-09-15 Thread Justin Bennett
I'm thinking about starting a project to add a backend for the Nvidia CUDA PTX instruction set, and eventually a front end that understands the .cu files. Has anybody taken a look at doing this? Just wanted to check to make sure I'm not duplicating work before I begin planning out the changes nee