[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: MPS: Please check if scratch/igc builds with native compilation
From: |
Helmut Eller |
Subject: |
Re: MPS: Please check if scratch/igc builds with native compilation |
Date: |
Thu, 23 May 2024 20:26:02 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Thu, May 23 2024, Gerd Möllmann wrote:
> Thanks, but it didn't help, I'm afraid.
There's some checking code in comp.c. Maybe you could add this
void
check_all_comp_units (void)
{
igc_collect ();
struct Lisp_Hash_Table *h = XHASH_TABLE (Vcomp_loaded_comp_units_h);
DOHASH (h, k, cu)
{
eassert (NATIVE_COMP_UNITP (cu));
fprintf (stderr, "key: %s\n", SSDATA (k));
check_comp_unit_relocs (XNATIVE_COMP_UNIT (cu));
}
}
and call it from the debugger. If this check passes then I think the
relocs are in pretty good shape.
- Re: MPS: Please check if scratch/igc builds with native compilation, (continued)
- Re: MPS: Please check if scratch/igc builds with native compilation, Andrea Corallo, 2024/05/23
- Re: MPS: Please check if scratch/igc builds with native compilation, Helmut Eller, 2024/05/23
- Re: MPS: Please check if scratch/igc builds with native compilation, Gerd Möllmann, 2024/05/23
- Re: MPS: Please check if scratch/igc builds with native compilation, Helmut Eller, 2024/05/23
- Re: MPS: Please check if scratch/igc builds with native compilation, Gerd Möllmann, 2024/05/23
- Re: MPS: Please check if scratch/igc builds with native compilation, Ihor Radchenko, 2024/05/23
- Re: MPS: Please check if scratch/igc builds with native compilation, Gerd Möllmann, 2024/05/23
- Re: MPS: Please check if scratch/igc builds with native compilation, Andrea Corallo, 2024/05/23
- Re: MPS: Please check if scratch/igc builds with native compilation, Helmut Eller, 2024/05/23
- Re: MPS: Please check if scratch/igc builds with native compilation, Gerd Möllmann, 2024/05/23
- Re: MPS: Please check if scratch/igc builds with native compilation,
Helmut Eller <=
- Re: MPS: Please check if scratch/igc builds with native compilation, Gerd Möllmann, 2024/05/23
- Re: MPS: Please check if scratch/igc builds with native compilation, Gerd Möllmann, 2024/05/24
- Re: MPS: Please check if scratch/igc builds with native compilation, Helmut Eller, 2024/05/24
- Re: MPS: Please check if scratch/igc builds with native compilation, Gerd Möllmann, 2024/05/25
- Re: MPS: Please check if scratch/igc builds with native compilation, Gerd Möllmann, 2024/05/25
- Re: MPS: Please check if scratch/igc builds with native compilation, Andrea Corallo, 2024/05/25
- Re: MPS: Please check if scratch/igc builds with native compilation, Gerd Möllmann, 2024/05/25
- Re: MPS: Please check if scratch/igc builds with native compilation, Andrea Corallo, 2024/05/25
- Re: MPS: Please check if scratch/igc builds with native compilation, Gerd Möllmann, 2024/05/25
- Re: MPS: Please check if scratch/igc builds with native compilation, Andrea Corallo, 2024/05/25