Skip to content

Commit cd003d5

Browse files
committed
Fix URL comment
1 parent 298d15a commit cd003d5

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
@@ -4861,7 +4861,7 @@ impl Function {
48614861
/// becomes tricky enough that splitting may be cleaner.
48624862
///
48634863
/// For further reading, see the following Rails at Scale blog post.
4864-
/// https://railsatscale.com/2026-03-18-how-zjit-removes-redundant-object-loads-and-stores/
4864+
/// <https://railsatscale.com/2026-03-18-how-zjit-removes-redundant-object-loads-and-stores/>
48654865
fn optimize_load_store(&mut self) {
48664866
#[derive(PartialEq, Eq, Hash, Clone, Copy)]
48674867
struct HeapKey {

0 commit comments

Comments
 (0)