diff options
| author | Alan Wu <XrXr@users.noreply.github.com> | 2025-12-19 21:22:00 -0500 |
|---|---|---|
| committer | Alan Wu <XrXr@users.noreply.github.com> | 2025-12-19 21:27:01 -0500 |
| commit | bb0637a92f94dc0aa00e7dd8de4455bb23204068 (patch) | |
| tree | 26d5451f5f534c8973cab8d0bd18d0116610826d /doc | |
| parent | 8274c5e1428b5b88e885857d466822cbadc19761 (diff) | |
ZJIT: [DOC] Fix link to in-repo file. Mention GNU Make requirement
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/jit/zjit.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/jit/zjit.md b/doc/jit/zjit.md index b5a2f05604..c94270554f 100644 --- a/doc/jit/zjit.md +++ b/doc/jit/zjit.md @@ -47,7 +47,7 @@ ZJIT. Refer to [Building Ruby](rdoc-ref:contributing/building_ruby.md) for general build prerequists. Additionally, ZJIT requires Rust 1.85.0 or later. Release builds need only `rustc`. Development -builds require `cargo` and may download dependencies. +builds require `cargo` and may download dependencies. GNU Make is required. ### For normal use @@ -352,7 +352,7 @@ Ruby execution involves three distinct stacks and understanding them will help y 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. -See [doc/contributing/vm_stack_and_frames.md](contributing/vm_stack_and_frames.md) for detailed architecture and frame layout. +See [doc/contributing/vm_stack_and_frames.md](rdoc-ref:contributing/vm_stack_and_frames.md) for detailed architecture and frame layout. **Control Frame Stack:** |
