emacs-devel archive search

Search String: Display: Description: Sort:

Results:

References: { [ native: 4350 ] [ compilation: 5611 ] :: 124 }

Total 124 documents matching your query.

1. Re: Emacs Lisp's future (score: -18)
Author: HIDDEN
Date: Wed, 17 Sep 2014 17:07:20 +0200
Well, the Elisp and Scheme integration is pretty great. Maybe you know all of the following, but for those who didn't: - There's no data type conversion because the same object in memory is the right
/archive/html/emacs-devel/2014-09/msg00496.html (9,721 bytes)

2. Re: Cannot build master on macOS (score: -18)
Author: HIDDEN
Date: Fri, 8 Jan 2021 07:36:09 -0600
It looks like I had some cruft in my emacs directory from when I experimented with the native compilation branch that make clean couldn't clean up. A git clean -dfx got me going again. That said, 4ac
/archive/html/emacs-devel/2021-01/msg00529.html (4,711 bytes)

3. Re: [feature/dll-only-windows] A new windows build, comments wanted (score: -18)
Author: HIDDEN
Date: Sat, 09 Jan 2021 21:51:16 +0000
[...] ATM if using --with-nativecomp libgccjit is not present (or non functional) we stop at configure time with an error. I guess that's one of the hairs we'll have to split then :) Andrea
/archive/html/emacs-devel/2021-01/msg00611.html (5,671 bytes)

4. Re: [feature/dll-only-windows] A new windows build, comments wanted (score: -18)
Author: HIDDEN
Date: Sun, 10 Jan 2021 05:33:03 +0200
The situation relevant here is that libgccjit is present at build time, but not at ruin time (on another system).
/archive/html/emacs-devel/2021-01/msg00619.html (6,329 bytes)

5. Re: [feature/dll-only-windows] A new windows build, comments wanted (score: -18)
Author: HIDDEN
Date: Sun, 10 Jan 2021 15:09:12 +0000
I think there are two hairs here. Having an emacs compiled with nativecomp behave cleanly if libgccjit is not available at runtime. And having a runtime mechanism for switching nativecomp of totally
/archive/html/emacs-devel/2021-01/msg00631.html (7,184 bytes)

6. Re: [feature/dll-only-windows] A new windows build, comments wanted (score: -18)
Author: HIDDEN
Date: Sun, 10 Jan 2021 19:06:30 +0000
Right, at this stage this should be easy to implement (on Windows). We should define "switching nativecomp of" and the triggering mechanism, this might be already implmentented. Andrea
/archive/html/emacs-devel/2021-01/msg00666.html (8,428 bytes)

7. Re: [PATCH] * src/eval.c: Stop checking for nvars, and use only CONSP (score: -18)
Author: HIDDEN
Date: Tue, 2 Mar 2021 15:19:14 +0000
Well, I view the bytecode compiler as a crutch to get to LIMPLE for native compilation ;-) I'm all for a revolution, but it might be a bit early to chop off this particular king's head... Except for
/archive/html/emacs-devel/2021-03/msg00073.html (7,120 bytes)

8. Re: [PATCH] * src/eval.c: Stop checking for nvars, and use only CONSP (score: -18)
Author: HIDDEN
Date: Tue, 02 Mar 2021 10:48:18 -0500
I'll get there. Until we have good debugging support for byte-compiled code, the interpreter isn't going anywhere, indeed. But error reporting from the interpreter is very secondary because in my vi
/archive/html/emacs-devel/2021-03/msg00074.html (7,395 bytes)

9. Re: Opportunistic GC (score: -18)
Author: HIDDEN
Date: Wed, 10 Mar 2021 20:21:16 +0000
Yes, but there's a good chance we would have had that anyway, since it's "only" a factor of two, at most. I see similarities to how we decide how many processes to use for native compilation. The cur
/archive/html/emacs-devel/2021-03/msg00537.html (8,684 bytes)

10. guile and emacs and elisp, oh my! (score: -29)
Author: HIDDEN
Date: Wed, 14 Apr 2010 22:18:22 +0200
Greetings, all! My name is Andy, and together with Ludovic Courtès I co-maintain Guile. I meant to put off writing this note until some months in the future, but as people seem to be interested in t
/archive/html/emacs-devel/2010-04/msg00665.html (10,856 bytes)

11. Re: guile and emacs and elisp, oh my! (score: -29)
Author: HIDDEN
Date: Thu, 15 Apr 2010 10:53:12 +0200
I find this very interesting. Do you have some form of plan how to integrate this form of Guile and Emacs? Can it be done incrementally, that is, can the current elisp system and the guile system coe
/archive/html/emacs-devel/2010-04/msg00693.html (12,844 bytes)

12. Re: Emacs build times on Windows (score: -29)
Author: HIDDEN
Date: Sat, 21 Apr 2012 16:52:40 +0300
Parallel builds are supported by the native Windows build of GNU Make since v3.81. So if you have mingw32-make v3.81 or 3.82, you should be all set for parallelism. Like I said: you need to say "min
/archive/html/emacs-devel/2012-04/msg00643.html (6,151 bytes)

13. Re: Where is the eln search path defined (score: -29)
Author: HIDDEN
Date: Sun, 17 May 2020 14:26:11 +0000
Hi Alex, I believe so far what we have is this: https://elpa.gnu.org/packages/elisp-benchmarks.html Note that you have to native compile by hand the tests because this package doesn't know about nati
/archive/html/emacs-devel/2020-05/msg02314.html (7,199 bytes)

14. Re: Where is the eln search path defined (score: -39)
Author: HIDDEN
Date: Sat, 16 May 2020 09:37:36 +0300
I think this is looking in the wrong direction: DESTDIR is almost _never_ defined. It exists for a corner use case, so much so that I even don't think it will help to describe that use cased here. M
/archive/html/emacs-devel/2020-05/msg02163.html (6,807 bytes)

15. Re: defmacro with built-in gensym declaration and initialization (score: -39)
Author: HIDDEN
Date: Wed, 20 Jan 2021 20:55:46 +0000
I'd seen &aux before but didn't look up what it does until now, and I must say I share Stefan's sentiment :). Let's just say I would sooner see native arglists gain support for keyword arguments ;).
/archive/html/emacs-devel/2021-01/msg01007.html (8,062 bytes)

16. Re: Where is the eln search path defined (score: -50)
Author: HIDDEN
Date: Mon, 18 May 2020 16:10:38 +0100
I did C-h f elisp-benchmark-run and navigated to the file and executed (native-compile (buffer-file-name)) and waited for it to dump the .eln filename. The results don't seem that impressive so I don
/archive/html/emacs-devel/2020-05/msg02467.html (10,835 bytes)

17. Re: defmacro with built-in gensym declaration and initialization (score: -60)
Author: HIDDEN
Date: Thu, 21 Jan 2021 19:34:02 +0000
Sorry, I suspect I misunderstood. What's a native arglist? Doesn't defmacro already have native support for &optional and &rest keywords? I guess I'm confused, again. The arity of macro being defined
/archive/html/emacs-devel/2021-01/msg01037.html (7,498 bytes)

18. Re: Emacs Lisp's future (score: -61)
Author: HIDDEN
Date: Wed, 17 Sep 2014 17:33:30 +0200
Uh, no? In Lisp, functions are bound to the function cell of a symbol which is different from the value cell of a symbol. In GUILE, nothing is bound to a symbol at all. Modules establish a mapping be
/archive/html/emacs-devel/2014-09/msg00503.html (11,253 bytes)

19. Re: Where is the eln search path defined (score: -61)
Author: HIDDEN
Date: Mon, 18 May 2020 17:23:41 +0000
Yes I guess we should do something like that. Either add a table or support the native compilation when available and the entry function is called with the compile parameter set to t. Andrea -- addre
/archive/html/emacs-devel/2020-05/msg02496.html (7,092 bytes)

20. Re: Where is the eln search path defined (score: -61)
Author: HIDDEN
Date: Tue, 19 May 2020 11:39:13 +0100
I added elisp-benchmarks.git to my .emacs.d and included in the load-path but it fell over: (require 'elisp-benchmark) (elb-run) But Messages show: Compiling nbody.el Wrote /home/alex/.emacs.d/elisp-
/archive/html/emacs-devel/2020-05/msg02611.html (10,178 bytes)


This search system is powered by Namazu