emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Shrinking the C core


From: Gregory Heytings
Subject: Re: Shrinking the C core
Date: Mon, 21 Aug 2023 07:59:29 +0000



But let me rephrase it in other terms: what you propose will require maintaining two separate implementations of subroutines - one in C, and one specially tailored to GCC JIT pseudocode.


Three, in fact.  'car' is defined:

- in data.c: DEFUN ("car", Fcar, ...
- in bytecode.c: CASE (Bcar): ...
- in comp.c: static gcc_jit_rvalue * emit_XCAR ... and static gcc_jit_lvalue * 
emit_lval_XCAR ...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]