Earlier quoted context omitted.
This position is like saying C or C++ won't eat ASM's lunch. While technically true since there's a lot of ASM code still being written, especially for extremely low-level or high performance code, the vast majority of C and C++ developers don't actually touch ASM (i.e. C/C++ dominate ASM in terms of number of developer hours spent). I think you may also be overlooking the GCC backend for rustc and gccrs, a ground-up…
Very few will actually rewrite code in rust. It is enough for Rust to be used for new projects which would otherwise be c or c++
Ruby YJIT Ported to Rust
91–93 of 93 posts
Re: Ruby YJIT Ported to Rust
#92Here's a benchmark [1] done in Jan'22 against many ruby implementations, truffleRuby [2] seems to be way ahead in most, and at least ahead in all. Why truffleRuby isn't talk about much here? [1] https://eregon.me/blog/2022/01/06/benchmarking-cruby-mjit-yj... [2] https://github.com/oracle/truffleruby
Re: Ruby YJIT Ported to Rust
#93Earlier quoted context omitted.
This position is like saying C or C++ won't eat ASM's lunch. While technically true since there's a lot of ASM code still being written, especially for extremely low-level or high performance code, the vast majority of C and C++ developers don't actually touch ASM (i.e. C/C++ dominate ASM in terms of number of developer hours spent). I think you may also be overlooking the GCC backend for rustc and gccrs, a ground-up…
Very few will actually rewrite code in rust. It is enough for Rust to be used for new projects which would otherwise be c or c++