Re: jit and cross-compilers (use and configuration).

2022-07-06 Thread David Malcolm via Gcc
On Sun, 2022-06-26 at 14:06 +0100, Iain Sandoe wrote: > 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

[ping] Re: jit and cross-compilers (use and configuration).

2022-07-06 Thread Iain Sandoe
Hi Dave, Note: this does cause a build break for cross compilers with —enable-languages=all (if the linkers for host and target have different command line options used in the build) (it is not a serious break, one can exclude jit by manually listing all the other languages) - nevertheless,

jit and cross-compilers (use and configuration).

2022-06-26 Thread Iain Sandoe
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?