emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (e20cdf9 -> 2435c10)


From: Andrea Corallo
Subject: feature/native-comp updated (e20cdf9 -> 2435c10)
Date: Wed, 11 Nov 2020 19:03:05 -0500 (EST)

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

      from  e20cdf9   * lisp/emacs-lisp/comp.el (comp-fwprop-insn): Fix phi 
function.
       new  c3d0e2a   * Rename two nativecomp functions
       new  e96cd4e   Add initial nativecomp typeset and range propagation 
support
       new  175efec   Add a nativecomp testcase
       new  00b4e0a   * Fix limple-mode for new type and range limple semantic
       new  a214882   * Add to elisp-mode `emacs-lisp-native-compile-and-load'
       new  6b7c257   * Unline some functions to optimize bootstrap time
       new  93a80a4   * Add nativecomp derived return type specifier 
computation support
       new  2435c10   * Nativecomp testsuite rework for derived return type 
specifiers


Summary of changes:
 lisp/emacs-lisp/cl-preloaded.el |   3 +-
 lisp/emacs-lisp/comp.el         | 452 +++++++++++++++++++++++++++++++---------
 lisp/progmodes/elisp-mode.el    |  25 ++-
 src/comp.c                      |  24 ++-
 test/src/comp-test-funcs.el     |   6 +
 test/src/comp-tests.el          | 225 ++++++++++++++------
 6 files changed, 549 insertions(+), 186 deletions(-)



reply via email to

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