Project

General

Profile

Actions

Feature #21810

open

Enable JIT (yjit,zjit) when cross-compiling

Feature #21810: Enable JIT (yjit,zjit) when cross-compiling

Added by luizluca (Luiz Angelo Daros de Luca) 1 day ago. Updated about 16 hours ago.

Status:
Open
Assignee:
Target version:
-
[ruby-core:124377]

Description

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).

Updated by nobu (Nobuyoshi Nakada) about 16 hours ago Actions #1 [ruby-core:124380]

  • Assignee set to jit
Actions

Also available in: PDF Atom