ruby-changes:68788
From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:13:33 +0900 (JST)
Subject: [ruby-changes:68788] 6100b52ecf (master): Update ujit.md
https://git.ruby-lang.org/ruby.git/commit/?id=6100b52ecf From 6100b52ecfdcb63de51bf52657259c2ab81ee440 Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert <maximechevalierb@g...> Date: Wed, 24 Feb 2021 10:20:45 -0500 Subject: Update ujit.md --- doc/ujit.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/ujit.md b/doc/ujit.md index edac9a14a3..fec9b75699 100644 --- a/doc/ujit.md +++ b/doc/ujit.md @@ -14,7 +14,15 @@ If you would like to learn more about BBV, there are two published papers, and a https://github.com/ruby/ruby/blob/trunk/doc/ujit.md#L14 ## Installation -The uJIT `ruby` binary can be built with either GCC or Clang. We recommend enabling debug symbols so that assertions are enabled +Start by cloning the `microjit` branch of the `Shopify/ruby` repository: + +``` +git clone https://github.com/Shopify/ruby.git microjit +cd microjit +git checkout microjit +``` + +The uJIT `ruby` binary can be built with either GCC or Clang. We recommend enabling debug symbols so that assertions are enabled: ``` autoconf -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/