I created https://groups.google.com/g/generic-abi/c/satyPkuMisk ("Add new
ch_type value: ELFCOMPRESS_ZSTD") after I saw that on LLVM side, Cole Kissane
proposes that we add Zstandard as new compression method (mainly for .debug*
sections, but also for some LLVM internal things)
https://discourse.l
Snapshot gcc-13-20220626 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/13-20220626/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 13 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
Thanks for the updated patch.
Various comments inline below.
Sorry if this seems nitpicky in places.
I think the patch is nearly ready; please write a ChangeLog entry for
the next one (none of my proposed changes are going to affect what the
ChangeLog will look like, apart from new test case fil
Hi Dave, folks,
It seems to me that it is plausible that one could use the JIT in a
heterogenous system, e.g. an x86_64-linux-host with some kind of co-processor
which is supported as a GCC target (and therefore can be loaded with jit-d
code) … but I’m not aware of anyone actually doing this?