https://bugs.ruby-lang.org/issues/18481
以后 安装 ruby 从源码编译安装 ruby 时,可能需要先安装 rustc, cargo 才能开启 YJIT 了
挺好,现在的 yjit 只能 Currently supports only macOS and Linux,用了 rust 之后是 Rust is supported on all platforms on which we plan to support with YJIT (Mac, Linux, Windows)
Currently supports only macOS and Linux
Rust is supported on all platforms on which we plan to support with YJIT (Mac, Linux, Windows)
打成静态包分发就好了,为啥还要依赖 rustc
rustc 仅仅是个编译器而已
谢谢楼上提醒,我的表述确实有歧义,已修改。
因为我本地用的 arch linux,rvm 安装 ruby 时总是从源码编译安装。可能用更大众的 ubuntu 时,rvm 能直接安装现成的二进制包
什么东西都想 rust 重写,😄
干脆 ruby 也用 rust 重写得了。
https://github.com/artichoke/artichoke
已经有了
rust 重写一切
作为一个拿来开发系统的语言,弄出一堆新轮子也是挺好的
rust 是好东西