[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
- Binary Search Tree and Treap Functions bst-assq and treap-put, Andy Sonnenburg, 2016/12/03
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, Stefan Monnier, 2016/12/03
- Message not available
- Message not available
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, Andy Sonnenburg, 2016/12/04
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, Stefan Monnier, 2016/12/04
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, Andy Sonnenburg, 2016/12/04
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, Andy Sonnenburg, 2016/12/04
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, Eli Zaretskii, 2016/12/04
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, John Wiegley, 2016/12/12
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, Stefan Monnier, 2016/12/12
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, John Wiegley, 2016/12/12
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put,
Stefan Monnier <=
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, John Wiegley, 2016/12/12
- Re: Binary Search Tree and Treap Functions bst-assq and treap-put, Stefan Monnier, 2016/12/12