emacs-devel
[Top][All Lists]
Advanced

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

jit-compile: Not a byte-compiled function


From: Óscar Fuentes
Subject: jit-compile: Not a byte-compiled function
Date: Thu, 13 Sep 2018 19:12:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux)

I'm trying the libjit branch but I'm stuck with the above error thrown
from jit-compile. For instance:

$ emacs -Q

;; Eval in *scratch*:

(defun foo ()
  (message "hi!"))

(byte-compile 'foo)
(jit-compile 'foo)


What I'm missing?


GNU Emacs 27.0.50 (build 2, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll
bars) of 2018-09-13

a25a9896d51bbf340675713bc45d15e3846fb816




reply via email to

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