[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ideal performance of ELisp
From: |
Eli Zaretskii |
Subject: |
Re: Ideal performance of ELisp |
Date: |
Sun, 14 Aug 2022 16:01:04 +0300 |
> From: Ihor Radchenko <yantar92@gmail.com>
> Cc: Stefan Monnier <monnier@iro.umontreal.ca>, Eli Zaretskii
> <eliz@gnu.org>, Lynn Winebarger <owinebar@gmail.com>,
> luangruo@yahoo.com, acm@muc.de, emacs-devel@gnu.org, casouri@gmail.com
> Date: Sun, 14 Aug 2022 17:34:34 +0800
>
> Andrea Corallo <akrl@sdf.org> writes:
>
> > I think the main issue is that libgccjit does not compile C but
> > libgccir. I can't think of a nice way to blend the two things as of
> > now.
>
> What about https://gcc.gnu.org/onlinedocs/jit/intro/tutorial02.html ?
> Isn't it showing exactly C compilation?
No, it doesn't. It shows how to write a C program which, when run,
will emit libgccir, which will then be compiled by libgccjit.
- Re: Ideal performance of ELisp, (continued)
- Re: Ideal performance of ELisp, Lynn Winebarger, 2022/08/17
- Re: Ideal performance of ELisp (was: Why tree-sitter instead of Semantic? (was Re: CC Mode with font-lock-maximum-decoration 2)), Ihor Radchenko, 2022/08/13
- Re: Ideal performance of ELisp, Philip Kaludercic, 2022/08/13
- Re: Ideal performance of ELisp, Ihor Radchenko, 2022/08/13
- Re: Ideal performance of ELisp, Stefan Monnier, 2022/08/13
- Re: Ideal performance of ELisp, Andrea Corallo, 2022/08/14
- Re: Ideal performance of ELisp, Ihor Radchenko, 2022/08/14
- Re: Ideal performance of ELisp,
Eli Zaretskii <=
- Re: Ideal performance of ELisp, Andrea Corallo, 2022/08/16
- Re: Ideal performance of ELisp, Stefan Monnier, 2022/08/14
- Re: Ideal performance of ELisp, Andrea Corallo, 2022/08/16
- Re: Ideal performance of ELisp, Ihor Radchenko, 2022/08/16
- Re: Ideal performance of ELisp, Andrea Corallo, 2022/08/16
- Re: Ideal performance of ELisp, Ihor Radchenko, 2022/08/17
- Re: Ideal performance of ELisp, Eli Zaretskii, 2022/08/17
- Re: Ideal performance of ELisp, Lynn Winebarger, 2022/08/16
- Re: Ideal performance of ELisp, Andrea Corallo, 2022/08/16
- Re: Ideal performance of ELisp, Lynn Winebarger, 2022/08/17