[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Type declarations in Elisp
From: |
Eli Zaretskii |
Subject: |
Re: Type declarations in Elisp |
Date: |
Tue, 22 Aug 2023 14:14:25 +0300 |
> From: Gerd Möllmann <gerd.moellmann@gmail.com>
> Cc: drew.adams@oracle.com, emacs-devel@gnu.org, incal@dataswamp.org
> Date: Tue, 22 Aug 2023 07:34:41 +0200
>
> Ihor Radchenko <yantar92@posteo.net> writes:
>
> > Gerd Möllmann <gerd.moellmann@gmail.com> writes:
> >> I'd rather see some profile runs first that show where in some typical
> >> (tm) native-compiled ELisp program how much time is spent.
> >
> > Let me try.
> > I did
> >
> > $ perf record make test
> > $ perf report
>
> Thanks.
>
> I'm afraid I don't see much worth expanding on in the report. And the
> question is, of course, how typical (tm) a result from make check is.
Yes. Moreover, the profile indicates that the only somewhat
significant consumer of CPU time was process_mark_stack, which is a
function called by GC. So this is completely uninteresting in the
context of looking at hot spots in Lisp code and Lisp interpreter.
- Re: Shrinking the C core, (continued)
- RE: [External] : Re: Shrinking the C core, Drew Adams, 2023/08/20
- Type declarations in Elisp (was: [External] : Re: Shrinking the C core), Ihor Radchenko, 2023/08/21
- Type declarations in Elisp (was: [External] : Re: Shrinking the C core), Gerd Möllmann, 2023/08/21
- Re: Type declarations in Elisp, Eli Zaretskii, 2023/08/21
- Re: Type declarations in Elisp (was: [External] : Re: Shrinking the C core), Ihor Radchenko, 2023/08/21
- Re: Type declarations in Elisp, Gerd Möllmann, 2023/08/22
- Re: Type declarations in Elisp, Ihor Radchenko, 2023/08/22
- Re: Type declarations in Elisp,
Eli Zaretskii <=
- Re: Type declarations in Elisp, Emanuel Berg, 2023/08/22
- Re: Type declarations in Elisp, Andrea Corallo, 2023/08/25
- Re: Type declarations in Elisp, Emanuel Berg, 2023/08/26
- Re: Type declarations in Elisp, Ihor Radchenko, 2023/08/27
- Re: Type declarations in Elisp, Andrea Corallo, 2023/08/27
- Re: Type declarations in Elisp, Ihor Radchenko, 2023/08/27
- Re: Type declarations in Elisp, Andrea Corallo, 2023/08/27
- Re: Type declarations in Elisp, Ihor Radchenko, 2023/08/27
- Re: Type declarations in Elisp, Andrea Corallo, 2023/08/27
- Re: Type declarations in Elisp, Ihor Radchenko, 2023/08/28