[ruby-core:124377] [Ruby Feature#21810] Enable JIT (yjit,zjit) when cross-compiling
Issue #21810 has been reported by luizluca (Luiz Angelo Daros de Luca). ---------------------------------------- Feature #21810: Enable JIT (yjit,zjit) when cross-compiling https://bugs.ruby-lang.org/issues/21810 * Author: luizluca (Luiz Angelo Daros de Luca) * Status: Open ---------------------------------------- Hello, Please, add support for JIT while crosscompiling. Without it, embedded system will never user JIT. Even when the arch matches, the host alias normally does not match the build alias: build_alias='x86_64-pc-linux-gnu' host_alias='x86_64-openwrt-linux' I have test systems for x86_64 and aarch64 (openwrt). -- https://bugs.ruby-lang.org/
Issue #21810 has been updated by nobu (Nobuyoshi Nakada). Assignee set to jit ---------------------------------------- Feature #21810: Enable JIT (yjit,zjit) when cross-compiling https://bugs.ruby-lang.org/issues/21810#change-115891 * Author: luizluca (Luiz Angelo Daros de Luca) * Status: Open * Assignee: jit ---------------------------------------- Hello, Please, add support for JIT while crosscompiling. Without it, embedded system will never user JIT. Even when the arch matches, the host alias normally does not match the build alias: build_alias='x86_64-pc-linux-gnu' host_alias='x86_64-openwrt-linux' I have test systems for x86_64 and aarch64 (openwrt). -- https://bugs.ruby-lang.org/
participants (2)
-
luizluca (Luiz Angelo Daros de Luca) -
nobu (Nobuyoshi Nakada)