Skip to content

Instantly share code, notes, and snippets.

View tenderworks's full-sized avatar

Aaron Patterson tenderworks

View GitHub Profile
# frozen_string_literal: true
# For now, run like this: `ruby --rjit --rjit-disable fjit.rb`
#
# Once RJIT is removed, the extra flags will not be necessary
require "fiddle"
require "ffi"
require "jit_buffer"
require "hacks"