From 886ae437fee6a674f7b2757062f1b8a91275457a Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Fri, 8 Oct 2021 01:58:03 -0400 Subject: Add talk pages for 2021 --- 2021/talks/native.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 2021/talks/native.md (limited to '2021/talks/native.md') diff --git a/2021/talks/native.md b/2021/talks/native.md new file mode 100644 index 00000000..700c1608 --- /dev/null +++ b/2021/talks/native.md @@ -0,0 +1,34 @@ +[[!meta title="Emacs Lisp native compiler, current status and future developments"]] +[[!meta copyright="Copyright © 2021 Andrea Corallo"]] +[[!inline pages="internal(2021/info/native-nav)" raw="yes"]] + + + + +# Emacs Lisp native compiler, current status and future developments +Andrea Corallo + +Emacs Lisp (Elisp) is the Lisp dialect used by the Emacs text editor +family. GNU Emacs is traditionally capable of executing Elisp code +either interpreted or byte-interpreted after it has been compiled to +byte-code. + +In this talk I'll discuss the Emacs Lisp native compiler. This feature +recently merged into the main Emacs development line allow for +automatically compiling and executing Elisp as native code. + +During the presentation I'll touch on: + +- design goals +- compiler and runtime design and implementation +- performance implications +- upstream process +- area of improvements and future developments + +Format: 40 minutes + + + +[[!inline pages="internal(2021/info/native-schedule)" raw="yes"]] + +[[!inline pages="internal(2021/info/native-nav)" raw="yes"]] -- cgit v1.2.3