public inbox for cygwin-announce@cygwin.com
 help / color / mirror / Atom feed
* emacs 29.2-2 (TEST)
@ 2024-02-02 13:29 Ken Brown
  2024-02-02 14:40 ` Jim Reisert AD1C
  0 siblings, 1 reply; 2+ messages in thread
From: Ken Brown @ 2024-02-02 13:29 UTC (permalink / raw)
  To: cygwin-announce

The following packages have been uploaded to the Cygwin distribution as 
test releases.

* emacs-29.2-2
* emacs-common-29.2-2
* emacs-basic-29.2-2
* emacs-w32-29.2-2
* emacs-gtk-29.2-2
* emacs-lucid-29.2-2

Emacs is a powerful, customizable, self-documenting, modeless text 
editor.  Emacs contains special code editing features, a scripting 
language (elisp), and the capability to read mail, news, and more 
without leaving the editor.

This is the same as emacs-29.2-1, but it is built with the native 
compilation feature, which we explain briefly:

Many of the editing commands used in Emacs are defined in elisp 
libraries (*.el files).  To make Emacs run faster, these libraries are 
usually compiled to architecture-independent *.elc files, containing 
"byte-code" representations of the functions in the original files. 
These byte-code functions are interpreted by the Emacs "byte-code 
interpreter" when they are called.

Native compilation takes this one step further by using gcc to compile 
the elisp libraries to native shared libraries (like DLLs, but with an 
extension .eln instead of .dll).  This results in a substantial speed-up 
of Emacs.

Some of the .eln files are created at build time.  These are installed 
in a subdirectory of /usr/lib/emacs/<version>/native-lisp.  Others are 
created as needed and are stored by default in a subdirectory of 
~/.emacs.d/eln-cache.

The first few times you run Emacs, it might seem slow to start.  This is 
because it is compiling the elisp libraries that are needed for your 
init file (usually .emacs).  For the same reason, you might see 
occasional pauses the first time you use a command.  But otherwise you 
should see a noticeable speed-up of Emacs.

The .eln files have been built with ASLR[1] enabled.  The hope is that 
this eliminates the fork failures (and the need to rebase) that were 
present in some of the previous releases with native compilation.

If you experience a fork failure in spite of this, please make a bug 
report to the mailing list.  I'd also like to get feedback from people 
who try the test release for a month or so and don't have any problems.

Ken

[1] 
https://www.mandiant.com/resources/blog/six-facts-about-address-space-layout-randomization-on-windows

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: emacs 29.2-2 (TEST)
  2024-02-02 13:29 emacs 29.2-2 (TEST) Ken Brown
@ 2024-02-02 14:40 ` Jim Reisert AD1C
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Reisert AD1C @ 2024-02-02 14:40 UTC (permalink / raw)
  To: Ken Brown; +Cc: cygwin-announce

The first time I opened this version with a .CSV file:

 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/ezimage.el.gz: Error:
Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/dframe.el.gz: Error:
Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/emacs-lisp/cl-lib.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/progmodes/cc-vars.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/progmodes/cc-styles.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/progmodes/cc-menus.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/progmodes/cc-align.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/progmodes/cc-guess.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/progmodes/cc-defs.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/emacs-lisp/ring.el.gz:
Error: Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/speedbar.el.gz: Error:
Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/progmodes/project.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/fileloop.el.gz: Error:
Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/emacs-lisp/gv.el.gz:
Error: Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/emacs-lisp/generator.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/emacs-lisp/derived.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/progmodes/cc-langs.el.gz: Error: Internal
native compiler error failed
t/usr/share/emacs/29.2/lisp/progmodes/xref.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/progmodes/cc-fonts.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/sort.el.gz: Error:
Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/progmodes/cc-cmds.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/progmodes/etags.el.gz:
Error: Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/emacs-lisp/pcase.el.gz:
Error: Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/emacs-lisp/easy-mmode.el.gz: Error:
Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/vc/pcvs-util.el.gz:
Error: Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/vc/log-view.el.gz:
Error: Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/progmodes/cc-mode.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/textmodes/flyspell.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/emacs-lisp/subr-x.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/calendar/iso8601.el.gz:
Error: Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/calendar/time-date.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/vc/vc-cvs.el.gz: Error:
Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/vc/vc-rcs.el.gz: Error:
Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/calendar/parse-time.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/textmodes/ispell.el.gz:
Error: Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/emacs-lisp/warnings.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/help-mode.el.gz: Error:
Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/emacs-lisp/icons.el.gz:
Error: Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/emacs-lisp/cl-extra.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp): /usr/share/emacs/29.2/lisp/emacs-lisp/rx.el.gz:
Error: Internal native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/emacs-lisp/cl-macs.el.gz: Error: Internal
native compiler error failed to compile
 ■  Warning (comp): libgccjit.so: error: error invoking gcc driver
 ■  Warning (comp):
/usr/share/emacs/29.2/lisp/emacs-lisp/cl-seq.el.gz: Error: Internal
native compiler error failed to compile


-- 
Jim Reisert AD1C, <jjreisert@alum.mit.edu>, https://ad1c.us

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-02 14:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-02 13:29 emacs 29.2-2 (TEST) Ken Brown
2024-02-02 14:40 ` Jim Reisert AD1C

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).