You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/jit/zjit.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ ZJIT.
47
47
48
48
Refer to [Building Ruby](rdoc-ref:contributing/building_ruby.md) for general build prerequists.
49
49
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.
51
51
52
52
### For normal use
53
53
@@ -352,7 +352,7 @@ Ruby execution involves three distinct stacks and understanding them will help y
352
352
353
353
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.
354
354
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.
0 commit comments