summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maximechevalierb@gmail.com>2021-03-08 11:04:35 -0500
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:31 -0400
commit46874b8fb979d0bf46d5d3b6e1523293201441e8 (patch)
tree4e7db37c377b4d3f188ffcfc824a937c8d938bed /doc
parentc56243dab4a2e07d3ba4942fdd8ec72a3b56218a (diff)
Update yjit.md
Diffstat (limited to 'doc')
-rw-r--r--doc/yjit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/yjit.md b/doc/yjit.md
index 0e0a79dcb9..43bcdccc6c 100644
--- a/doc/yjit.md
+++ b/doc/yjit.md
@@ -62,7 +62,7 @@ The machine code generated for a given method can be printed by adding `puts YJI
## Benchmarking
-We have collected a set of benchmarks and implemented a simple benchmarking harness in the [yjit-bench](https://github.com/Shopify/yjit-bench) repository. This benchmarking harness is designed to disable CPU frequency scaling, set process affinity and disable address space randomization so that the variance between benchmarking runs will be as small as possible.
+We have collected a set of benchmarks and implemented a simple benchmarking harness in the [yjit-bench](https://github.com/Shopify/yjit-bench) repository. This benchmarking harness is designed to disable CPU frequency scaling, set process affinity and disable address space randomization so that the variance between benchmarking runs will be as small as possible. Please kindly note that we are at an early stage in this project.
## Source Code Organization