diff options
| author | Maxime Chevalier-Boisvert <maximechevalierb@gmail.com> | 2021-02-24 10:20:45 -0500 |
|---|---|---|
| committer | Alan Wu <XrXr@users.noreply.github.com> | 2021-10-20 18:19:30 -0400 |
| commit | 6100b52ecfdcb63de51bf52657259c2ab81ee440 (patch) | |
| tree | 46e6daa85e31bb58461ba5fc420f76652c6c65f6 /doc | |
| parent | 0d6ed3128a748705c6e2ed933125aaba8b062851 (diff) | |
Update ujit.md
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ujit.md | 10 |
1 files changed, 9 insertions, 1 deletions
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 ## 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 |
