emacs-devel
[Top][All Lists]
Advanced

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

Re: Binary Search Tree and Treap Functions bst-assq and treap-put


From: Stefan Monnier
Subject: Re: Binary Search Tree and Treap Functions bst-assq and treap-put
Date: Mon, 12 Dec 2016 11:58:31 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

SM> Oh, yes, of course, that's something we want to do as well. We could start
SM> with an unsatisfying solution first, and then see how to improve it.
> Sounds reasonable. Any ideas how to start? Should we assume the presence of a
> Makefile, or something higher-level, like an Emacs Lisp file that declares how
> to build the modules, with options for various platforms?

You can put a

   (eval-when-compile <run-the-C-compiler>)

in the <pkg>.el file, so that the C code gets compiled when the Elisp
file is byte-compiled.


        Stefan



reply via email to

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