toge's diary

コンピュータ関連の趣味をつらつらと。

GCC Summit 2005 Proceedings

http://www.gccsummit.org/2005/2005-GCC-Summit-Proceedings.pdf

PDFが上がってますね。今年も楽しそう。
熟読する暇はないけど、abstractぐらいは読もう。

  • Improving GCC instruction scheduling for IA-64
  • Compilation Wide Alias Analysis
  • Structure aliasing in GCC
  • "The C++ library is being enhanced"
  • Gimplification Improvements
  • Decimal Floating Point Extension for C via decNumber
  • Cache Aware Data Layout Reorganization Optimization in GCC
  • Compile-time stack requirements analysis with GCC
  • Profile driven optimisations in GCC
  • Inter-Module Analysis in GCC
  • Interprocedural Constant Propagation and Method Versioning in GCC
  • Yet another GCC register allocator
  • GFortran: Compiling a 1,000,000+ line Numerical Weather Forecasting System
  • C/C++ Compatibility on Linux
  • A Propagation Engine for GCC
  • Porting the GNU Tool Chain to the Cell Architecture
  • Performance Improvements for GCC Using Architecture Features on IA-64

個人的には"The C++ library is being enhanced"がたまらない。TR1を中心にしたC++0xの話しです。
Boost::preprocessor使いとしては、#scope .. # endscope が今すぐに欲しいなぁ。

"Compile-time stack requirements analysis with GCC"もいいですね。将来が楽しみです。
あとは色々読みたいけれど、(特に"C/C++ Compatibility on Linux")、週末にでも。