From: Eli Zaretskii <eliz@gnu.org>
To: Paul Eggert <eggert@cs.ucla.edu>, Daniel Colascione <dancol@dancol.org>
Cc: larsi@gnus.org, 36597@debbugs.gnu.org, pipcet@gmail.com
Subject: bug#36597: 27.0.50; rehash hash tables eagerly in pdumper
Date: Wed, 12 Aug 2020 22:28:28 +0300 [thread overview]
Message-ID: <83wo23mzoj.fsf@gnu.org> (raw)
In-Reply-To: <5d686746-a4aa-5864-d3b8-c58621d24279@cs.ucla.edu> (message from Paul Eggert on Wed, 12 Aug 2020 12:11:09 -0700)
> Cc: larsi@gnus.org, pipcet@gmail.com, 36597@debbugs.gnu.org
> From: Paul Eggert <eggert@cs.ucla.edu>
> Date: Wed, 12 Aug 2020 12:11:09 -0700
>
> I looked into the MinGW situation and the problem seems to be that MinGW defined
> a macro _INTPTR_T_DEFINED that it no longer defines, and Gnulib was keying off
> that no-longer-present macro.
I think _INTPTR_T_DEFINED is still being used, but only by MinGW64. I
use mingw.org's MinGW, where that macro was never used.
However, both MinGW flavors typedef intptr_t as 'int', not 'long int',
on 32-bit platforms.
> I installed a patch for that in Gnulib here:
>
> https://lists.gnu.org/r/bug-gnulib/2020-08/msg00088.html
>
> and migrated the patch into Emacs. Hope it fixes things.
It does here, thanks. I hope someone will be able to make sure
MinGW64 builds are not adversely affected (I don't think they should
be).
> As an aside, we're spending too much time on pdumper.c code that has no effect
> because dump_trace never outputs anything. How about if I remove dump_trace and
> its callers? Although dump_trace may have been useful when the portable dumper
> got developed, it's just a developer time sink now.
I have no opinion on this, but I'd like to hear from Daniel (CC'ed)
what he thinks.
next prev parent reply other threads:[~2020-08-12 19:28 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-11 14:05 bug#36597: 27.0.50; rehash hash tables eagerly in pdumper Pip Cet
2019-07-14 14:39 ` Paul Eggert
2019-07-14 15:01 ` Pip Cet
2019-07-14 15:49 ` Paul Eggert
2019-07-14 16:54 ` Pip Cet
2019-07-15 14:39 ` Pip Cet
2019-07-19 7:23 ` Pip Cet
2019-07-19 7:46 ` Eli Zaretskii
2019-07-20 12:38 ` Pip Cet
2019-07-21 3:18 ` Paul Eggert
2019-07-21 5:34 ` Pip Cet
2019-07-21 6:32 ` Paul Eggert
2019-07-21 6:32 ` Pip Cet
2020-08-09 19:27 ` Lars Ingebrigtsen
2020-08-10 11:51 ` Pip Cet
2020-08-10 13:04 ` Lars Ingebrigtsen
2020-08-11 9:33 ` Paul Eggert
2020-08-11 9:40 ` Pip Cet
2020-08-11 11:50 ` Lars Ingebrigtsen
2020-08-11 14:52 ` Eli Zaretskii
2020-08-11 15:30 ` Paul Eggert
2020-08-11 17:00 ` Eli Zaretskii
2020-08-11 18:11 ` Paul Eggert
2020-08-11 18:35 ` Eli Zaretskii
2020-08-11 18:55 ` Eli Zaretskii
2020-08-11 23:43 ` Paul Eggert
2020-08-12 14:10 ` Eli Zaretskii
2020-08-12 14:46 ` Eli Zaretskii
2020-08-12 19:11 ` Paul Eggert
2020-08-12 19:28 ` Eli Zaretskii [this message]
2020-08-12 20:41 ` Andy Moreton
2020-08-11 15:59 ` Pip Cet
2020-08-11 17:00 ` Eli Zaretskii
2020-08-11 17:31 ` Paul Eggert
2020-08-11 18:27 ` Andy Moreton
2020-08-11 18:32 ` Eli Zaretskii
2019-07-18 5:39 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=83wo23mzoj.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=36597@debbugs.gnu.org \
--cc=dancol@dancol.org \
--cc=eggert@cs.ucla.edu \
--cc=larsi@gnus.org \
--cc=pipcet@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.