emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp updated (a8c20f6 -> e57d5a7)


From: Andrea Corallo
Subject: feature/native-comp updated (a8c20f6 -> e57d5a7)
Date: Tue, 17 Mar 2020 04:28:52 -0400 (EDT)

akrl pushed a change to branch feature/native-comp.

      from  a8c20f6   Merge remote-tracking branch 'savannah/master' into HEAD
       new  92fdfa4   * comp.el: Make compilation logic to be dynamically 
controllable
       new  0b28bf0   * comp.el: Estimate async worker number using system CPU 
number
       new  ea8864f   * comp.el: (native-compile-async) do not duplicate queue 
entries
       new  159f61b   Trigger native compilation when loading bytecode
      adds  afaf2f4   Make sure we mark reachable killed buffers during GC
      adds  ff862f5   Reverse the meaning of 2nd arg to 'live_buffer_holding'
      adds  9dccaf8   Add store/restore window configuration feature for gdb-mi
       new  e57d5a7   Merge remote-tracking branch 'savannah/master' into HEAD


Summary of changes:
 lisp/emacs-lisp/comp.el  | 132 +++++++++++++--------
 lisp/progmodes/gdb-mi.el | 293 ++++++++++++++++++++++++++++++++++++++++-------
 lisp/window.el           |  18 +++
 src/alloc.c              |  22 ++--
 src/comp.c               |  38 +++++-
 src/comp.h               |  10 ++
 src/data.c               |   2 +
 src/lisp.h               |   1 +
 src/lread.c              |   2 +-
 9 files changed, 419 insertions(+), 99 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]