Skip to content

Commit 008fb66

Browse files
committed
Fix URL comment
1 parent 5e305fe commit 008fb66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zjit/src/hir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4873,7 +4873,7 @@ impl Function {
48734873
/// becomes tricky enough that splitting may be cleaner.
48744874
///
48754875
/// For further reading, see the following Rails at Scale blog post.
4876-
/// https://railsatscale.com/2026-03-18-how-zjit-removes-redundant-object-loads-and-stores/
4876+
/// <https://railsatscale.com/2026-03-18-how-zjit-removes-redundant-object-loads-and-stores/>
48774877
fn optimize_load_store(&mut self) {
48784878
#[derive(PartialEq, Eq, Hash, Clone, Copy)]
48794879
struct HeapKey {

0 commit comments

Comments
 (0)