SaaSHub helps you find the best software and product alternatives Learn more →
Tenderjit Alternatives
Similar projects and alternatives to tenderjit
-
-
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
-
cemu
Cheap EMUlator: lightweight multi-architecture assembly playground (by hugsy)
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
mb-sound-jackffi
An unstable Ruby FFI interface for the JACK Audio Connection Kit
-
-
-
-
-
utlimate-saas-js
Template to quickstart a SAAS business [Moved to: https://github.com/gmpetrov/ultimate-saas-ts]
-
endbasic
BASIC environment with a REPL, a web interface, a graphical console, and RPi support written in Rust
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
tenderjit reviews and mentions
-
Asmrepl: REPL for x86 Assembly Language
JIT makes sense given his other current project: https://github.com/tenderlove/tenderjit
-
YJIT: Building a New JIT Compiler for CRuby
Just in case anybody finds the subject interesting and would like to play with this topic, there's an experimental native-Ruby JIT project by @tenderlove: https://github.com/tenderlove/tenderjit (and the companion native-Ruby assembler Fisk: https://github.com/tenderlove/fisk).
-
Hacker News top posts: Sep 23, 2021
Tenderjit – A JIT for Ruby Written in Ruby\ (39 comments)
-
Tenderjit – A JIT for Ruby Written in Ruby
It’s x86-64 only. A quick look at the https://github.com/tenderlove/tenderjit/blob/main/lib/tender... linked from the README reveals heavy references to x86-64 registers. The “Fisk” library used appears to be a x86-64 assembler in Ruby.
I guess that’s to be expected with “pure ruby” — all the cross-insn backends you can use (Cranelift, LLVM) are written in not-Ruby.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fd8e561c630>
www.saashub.com | 3 Jun 2023
Stats
tenderlove/tenderjit is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of tenderjit is Ruby.