From: "Gerd Möllmann" <gerd.moellmann@gmail.com>
To: Andrea Corallo <acorallo@gnu.org>
Cc: Helmut Eller <eller.helmut@gmail.com>,
Eli Zaretskii <eliz@gnu.org>, Emacs Devel <emacs-devel@gnu.org>
Subject: Re: MPS: hash tables / obarrays
Date: Wed, 29 May 2024 20:03:48 +0200 [thread overview]
Message-ID: <m24jagebqz.fsf@pro2.fritz.box> (raw)
In-Reply-To: <yp1wmncsgqv.fsf@fencepost.gnu.org> (Andrea Corallo's message of "Wed, 29 May 2024 12:52:08 -0400")
Andrea Corallo <acorallo@gnu.org> writes:
> in case you need you can decouple the optimizations we do un our
> compiler from the GCC ones forcing the number you want in our call to
> 'gcc_jit_context_set_int_option' in comp.c.
Good idea.
> That said if you see almost no differences in the pseudo C we ask GCC to
> compile you've probably got already the answer.
>
> Anyway IMO the big diff from -O0 -O1 here should be that values are not
> constantly loaded and stored into the stack, this might indeed make a
> difference on the GC.
Thanks. That matches what I can "see" in the raw assembler code in LLDB.
(Haven't looked yet at the jit code in the repo BTW to find out how I
can keep the the .o or .s files. Seems I can't compile GCC anyway
without jumping through hoops, on my system :-/).
And then... I saw by accident that it builds with -lmps instead of
-lmps-debug. That finished me off :-(.
prev parent reply other threads:[~2024-05-29 18:03 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-19 8:38 MPS: hash tables / obarrays Gerd Möllmann
2024-05-19 8:57 ` Eli Zaretskii
2024-05-19 9:12 ` Gerd Möllmann
2024-05-19 9:50 ` Helmut Eller
2024-05-19 10:14 ` Gerd Möllmann
2024-05-19 10:30 ` Helmut Eller
2024-05-19 11:21 ` Gerd Möllmann
2024-05-19 20:36 ` Helmut Eller
2024-05-20 4:27 ` Gerd Möllmann
2024-05-20 6:13 ` Gerd Möllmann
2024-05-20 8:10 ` Helmut Eller
2024-05-20 8:43 ` Gerd Möllmann
2024-05-29 12:00 ` Helmut Eller
2024-05-29 13:30 ` Gerd Möllmann
2024-05-29 15:00 ` Helmut Eller
2024-05-29 16:28 ` Gerd Möllmann
2024-05-29 16:52 ` Andrea Corallo
2024-05-29 18:03 ` Gerd Möllmann [this message]
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=m24jagebqz.fsf@pro2.fritz.box \
--to=gerd.moellmann@gmail.com \
--cc=acorallo@gnu.org \
--cc=eliz@gnu.org \
--cc=eller.helmut@gmail.com \
--cc=emacs-devel@gnu.org \
/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.