emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (f2e6168 -> 76faab2)


From: Andrea Corallo
Subject: feature/native-comp updated (f2e6168 -> 76faab2)
Date: Mon, 17 Aug 2020 13:12:08 -0400 (EDT)

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

      from  f2e6168   * Remove a warning for conventional build
       new  3224a44   Move eln files into dedicated cache directories
       new  88b860e   Make comp-deferred-compilation a simple global and set it 
on by default
       new  dbeafd3   Some Makefile updates and clean-up
       new  df774c4   * Prevent recursive load
       new  377ffdb   * Do not fail if more then one level of directories has 
to be created
       new  b6238d8   * Deferred compilation must always compile despite source 
file timestamp
       new  171db31   Make install target functional for new eln-cache 
directory arrangement
       new  da54406   Allow for native compiling .el.gz files
       new  40de063   * Remove a false permission related error while native 
compiling
       new  142cfe9   * Introduce `load-no-native'
       new  114b1d8   * test/src/comp-tests.el (comp-tests-bootstrap): Fix test 
for new eln setup.
       new  76faab2   * Improve eln filename hashing


Summary of changes:
 Makefile.in                  |  17 +++-
 lisp/Makefile.in             |  13 +--
 lisp/emacs-lisp/bytecomp.el  |   6 +-
 lisp/emacs-lisp/comp.el      |  63 +++++--------
 lisp/emacs-lisp/find-func.el |   6 +-
 lisp/files.el                |   5 +-
 lisp/help-fns.el             |   6 +-
 lisp/loadup.el               |  44 ++++-----
 lisp/startup.el              |   3 +
 src/Makefile.in              |   6 +-
 src/comp.c                   | 150 +++++++++++++++++++++++++++---
 src/comp.h                   |   2 +
 src/lread.c                  | 212 +++++++++++++++----------------------------
 src/pdumper.c                |   6 +-
 test/src/comp-tests.el       |   3 +-
 15 files changed, 295 insertions(+), 247 deletions(-)



reply via email to

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