emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp updated (db2a493 -> 807471f)


From: Andrea Corallo
Subject: feature/native-comp updated (db2a493 -> 807471f)
Date: Fri, 1 Jan 2021 08:08:10 -0500 (EST)

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

      from  db2a493   * Order function types in aphabetical order
       new  e81643b   * Add `comp-insert-insn'
       new  f78580a   * lisp/emacs-lisp/comp.el (comp-limple-lock-keywords): 
Color returns as red.
       new  e9f5fad   * Fix two predicates for missing negation handling
       new  67c443a   Introduce 'unreachable' LIMPLE operator
       new  6ba94f7   * src/comp.c (Fcomp__compile_ctxt_to_file): Fix hash 
table iteration.
       new  93ff838   * Clean unreachable block using dominance tree to handle 
circularities
       new  c29037c   * lisp/emacs-lisp/comp.el (comp-compute-dominator-tree): 
Fix.
       new  807471f   ; * lisp/emacs-lisp/comp.el 
(comp-compute-dominator-tree): Reindent.


Summary of changes:
 lisp/emacs-lisp/comp-cstr.el |  12 ++--
 lisp/emacs-lisp/comp.el      | 153 +++++++++++++++++++++++++++++++------------
 src/comp.c                   |  57 +++++++++-------
 test/src/comp-test-funcs.el  |  16 +++++
 test/src/comp-tests.el       |  88 +++++++++++++++----------
 5 files changed, 222 insertions(+), 104 deletions(-)



reply via email to

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