This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Summary of patches


Hi,
here is list of patches from last two months that still should be
relevant...

Fomit-frame-pointer:
  http://gcc.gnu.org/ml/gcc-patches/2004-02/msg01085.html
    - this is only libjava part, I will send the rest as followup

Memory patches/speedups:

  http://gcc.gnu.org/ml/gcc-patches/2004-01/msg02072.html
    - trivial, move unnecesary GGC allocation to malloc
  http://gcc.gnu.org/ml/gcc-patches/2004-01/msg02559.html
    - avoids expensive indexing of memories in the case we won't use it
  http://gcc.gnu.org/ml/gcc-patches/2004-02/msg01979.html
    - Varrays allocated by xmalloc
  http://gcc.gnu.org/ml/gcc-patches/2004-01/msg02736.html
    - fix potential code quality problem brought by my earlier patch.
  http://gcc.gnu.org/ml/gcc-patches/2004-01/msg02371.html
  http://gcc.gnu.org/ml/gcc-patches/2004-01/msg02550.html
    - loglinks in allocpools
  http://gcc.gnu.org/ml/gcc-patches/2004-02/msg00309.html
    - trivial cleanup

Per call statistics:
  (there is only one conflict if the patch is applied to tree-ssa branch so it
  should not bring any merge problems to Diego)
  http://gcc.gnu.org/ml/gcc-patches/2004-01/msg02193.html

Bugfixes:
  http://gcc.gnu.org/ml/gcc-patches/2004-01/msg02360.html
  http://gcc.gnu.org/ml/gcc-patches/2004-02/msg01838.html
    [tree-ssa/tree-profiling] Fix BB merging ICE

SSE:
  http://gcc.gnu.org/ml/gcc-patches/2004-01/msg00050.html
    More of the work to get SSE initializers sane.

Tree-ssa
  http://gcc.gnu.org/ml/gcc-patches/2004-02/msg01417.html
    [tree-ssa] Elliminate addressof
  http://gcc.gnu.org/ml/gcc-patches/2004-02/msg00454.html
    Make DOM1 to cope with pure functions and allows libcall notes
    for function calls to be elliminated.

thanks,
Honza


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]