Skip to content

Commit 62f8650

Browse files
committed
ZJIT: [DOC] Fix link to in-repo file. Mention GNU Make requirement
1 parent 8274c5e commit 62f8650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/jit/zjit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ZJIT.
4747

4848
Refer to [Building Ruby](rdoc-ref:contributing/building_ruby.md) for general build prerequists.
4949
Additionally, ZJIT requires Rust 1.85.0 or later. Release builds need only `rustc`. Development
50-
builds require `cargo` and may download dependencies.
50+
builds require `cargo` and may download dependencies. GNU Make is required.
5151

5252
### For normal use
5353

@@ -352,7 +352,7 @@ Ruby execution involves three distinct stacks and understanding them will help y
352352

353353
The Ruby VM uses a single contiguous memory region (`ec->vm_stack`) containing two sub-stacks that grow toward each other. When they meet, stack overflow occurs.
354354

355-
See [doc/contributing/vm_stack_and_frames.md](contributing/vm_stack_and_frames.md) for detailed architecture and frame layout.
355+
See [doc/contributing/vm_stack_and_frames.md](rdoc-ref:contributing/vm_stack_and_frames.md) for detailed architecture and frame layout.
356356

357357
**Control Frame Stack:**
358358

0 commit comments

Comments
 (0)