emacs-devel archive search

Search String: Display: Description: Sort:

Results:

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

Total 124 documents matching your query.

41. Re: feature/native-comp c36b4ee 2/2: [TODO] Remove noisy anti-noise feature (score: -,365)
Author: HIDDEN
Date: Wed, 18 Nov 2020 18:10:33 +0100
That was an accidental push. I do think it would be best to remove this new feature completely, but of course I would have raised the issue before *intentionally* removing it. This is why I think thi
/archive/html/emacs-devel/2020-11/msg00768.html (7,391 bytes)

42. Re: On elisp running native (score: -,375)
Author: HIDDEN
Date: Sun, 08 Mar 2020 21:37:31 +0000
I wasn't clear sorry, is known to be broken in the native-comp branch. It tries to run the native compilation tests also when has no native compiler plus I think there are also few other failure I ha
/archive/html/emacs-devel/2020-03/msg00231.html (8,466 bytes)

43. Re: On elisp running native (score: -,387)
Author: HIDDEN
Date: Wed, 11 Mar 2020 22:04:17 +0000
Hi Adam, I took a look to the issue. I think issue reduces to: (defvar repro-xxx 123) (cl-eval-when (compile load eval) (defmacro repro-macro () "foo" repro-xxx) (repro-macro)) (provide 'repro) And t
/archive/html/emacs-devel/2020-03/msg00337.html (10,669 bytes)

44. Re: Compiling byte code to native (score: -,396)
Author: HIDDEN
Date: 02 Jun 2004 10:22:50 -0400
The speedups are disappointing, but I'm not surprised: most byte-code operations end up calling non-trivial C functions. Maybe the results would be a bit more encouraging if you tried to compile lex
/archive/html/emacs-devel/2004-06/msg00072.html (5,364 bytes)

45. Re: Compiling byte code to native (score: -,396)
Author: HIDDEN
Date: 02 Jun 2004 17:30:14 +0100
This would be quite similar to compiling to a primitive, where the arguments will have to be lexically scoped. It may show an improvement over the standard byte-code, but the lexbind byte-code may sh
/archive/html/emacs-devel/2004-06/msg00075.html (5,752 bytes)

46. Re: [PATCH] [WIP] Port feature/native-comp to Windows. (score: -,397)
Author: HIDDEN
Date: Sat, 09 May 2020 09:07:54 +0300
Great news, thank you for working on this. Could you elaborate why this is an issue, and what exactly are the details that need to be adapted to a different setjmp implementation? Also, did you try
/archive/html/emacs-devel/2020-05/msg01066.html (9,488 bytes)

47. Re: [PATCH] [WIP] Port feature/native-comp to Windows. (score: -,397)
Author: HIDDEN
Date: Sat, 09 May 2020 18:48:40 +0300
This could have issues with setjmp, I think. Yes, I know. But we need to support only the way we compile Emacs, right? Why do you need this? The following command will show you the full absolute fil
/archive/html/emacs-devel/2020-05/msg01187.html (10,404 bytes)

48. Re: Merging native-comp and pgtk (score: -,397)
Author: HIDDEN
Date: Sat, 13 Feb 2021 15:53:36 +0100
Yeah, I guess... The primary way Emacs is distributed is already-compiled, and these will presumably have .eln files pre-installed. I think it makes some sense in having the development version of Em
/archive/html/emacs-devel/2021-02/msg00950.html (9,142 bytes)

49. New 'feature/native-comp' configure flag (score: -,397)
Author: HIDDEN
Date: Fri, 26 Feb 2021 19:43:00 +0000
Hi all, this is just to mention that as part of the code review process was decided to change the configure flag used to configure the native compiler in the 'feature/native-comp' branch. As of 42fc7
/archive/html/emacs-devel/2021-02/msg02011.html (3,772 bytes)

50. Re: On elisp running native (score: -,408)
Author: HIDDEN
Date: Fri, 29 Nov 2019 10:30:33 -0500
So, there's 11s-12s of "interactive cost". I'm not sure what those 11s-12s come from, but I think it's safe to take the "1.9x" as the more relevant measure in terms of measuring the impact of native
/archive/html/emacs-devel/2019-11/msg01195.html (7,137 bytes)

51. Re: On elisp running native (score: -,408)
Author: HIDDEN
Date: Wed, 04 Mar 2020 19:34:02 +0000
Hi all, this is the usual update for the activity of the last 2/3 weeks on the native-comp branch. - I did some reorganization of the passes and reworked the allocation strategy for the relocable obj
/archive/html/emacs-devel/2020-03/msg00099.html (6,494 bytes)

52. Re: Merging native-comp and pgtk (score: -,408)
Author: HIDDEN
Date: Sat, 13 Feb 2021 14:17:07 +0200
For ELPA packages, this might make sense (even though, with your proposed scheme, one would have to reinstall all packages on an existing system to take advantage of native compilation, right?). But
/archive/html/emacs-devel/2021-02/msg00931.html (8,907 bytes)

53. Re: On elisp running native (score: -,417)
Author: HIDDEN
Date: Sun, 01 Dec 2019 10:34:06 +0000
I've got some time to repeat the measure trying to understand better what's going on. I've repeated the same test but running it 10 times. (benchmark 10 '(mapc #'byte-compile-file (directory-files "~
/archive/html/emacs-devel/2019-12/msg00018.html (6,066 bytes)

54. Re: New 'feature/native-comp' configure flag (score: -,419)
Author: HIDDEN
Date: Fri, 26 Feb 2021 19:57:06 +0000
I still think we should adhere to the GNU Coding Standards (https://www.gnu.org/prep/standards/standards.html) in this case and use --enable- here (native compilation is a feature), not --with(there
/archive/html/emacs-devel/2021-02/msg02013.html (4,400 bytes)

55. Re: New 'feature/native-comp' configure flag (score: -,429)
Author: HIDDEN
Date: Fri, 26 Feb 2021 15:17:03 -0500
libgccjit is an external package the same way libjansson is an external package (at least right now I don't know of a GNU/Linux distribution that ships libgccjit with their gcc package. I could be wr
/archive/html/emacs-devel/2021-02/msg02016.html (5,850 bytes)

56. Re: New 'feature/native-comp' configure flag (score: -,429)
Author: HIDDEN
Date: Fri, 26 Feb 2021 22:17:43 +0200
The --with-SOMETHING options are not only for external packages. We have other similar configure-time options: --with-modules --with-threads --with-native-image-api --with-dumping --with-wide-int et
/archive/html/emacs-devel/2021-02/msg02017.html (5,652 bytes)

57. Re: origin/features/native-comp: Where do jitted .eln files go? (score: -,449)
Author: HIDDEN
Date: Tue, 25 Aug 2020 06:18:03 +0000
Hi Raman, I believe the last update here https://akrl.sdf.org should answer your questions on where the .eln are :) The compilation for packages is supposed to happen automatically, but if you really
/archive/html/emacs-devel/2020-08/msg00842.html (5,819 bytes)

58. Re: [PATCH] [WIP] Port feature/native-comp to Windows. (score: -,460)
Author: HIDDEN
Date: Sat, 9 May 2020 12:28:29 -0300
I haven't tried to compile it with the 32-bit compiler. There are many ways to call setjmp() in Windows. It depends on the architecture, whether the Universal CRT is used, whether SEH is enabled, th
/archive/html/emacs-devel/2020-05/msg01177.html (17,747 bytes)

59. Re: On elisp running native (score: -,504)
Author: HIDDEN
Date: Thu, 05 Mar 2020 13:19:31 +0000
Wow these are very good results, it's interesting to collect feedback from real world scenarios, thanks. This is strange. The semantic of the native compiled code should be exactly the same of the by
/archive/html/emacs-devel/2020-03/msg00123.html (11,685 bytes)

60. Compiling byte code to native (score: -,523)
Author: HIDDEN
Date: 02 Jun 2004 12:43:41 +0100
The native compilation effort introduced earlier this year is archived at http://www.mundell.ukfsn.org/native. It can now compile all the byte codes. Here are three speed comparisons. The commas in t
/archive/html/emacs-devel/2004-06/msg00070.html (6,351 bytes)


This search system is powered by Namazu