diff options
| author | Aiden Fox Ivey <aiden.foxivey@shopify.com> | 2025-09-17 12:29:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 16:29:20 +0000 |
| commit | c22d84a1211f139cbbb9b5fc00082e7b6a7c652e (patch) | |
| tree | bb880237776e59d2747e04a8d6b833e277c413a1 | |
| parent | df2f462accc7cd927f3738b54cb92707c34a9f7c (diff) | |
ZJIT: Revert documentation indent (#14580)
| -rw-r--r-- | zjit/src/profile.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zjit/src/profile.rs b/zjit/src/profile.rs index c53943a457..f73138d4bd 100644 --- a/zjit/src/profile.rs +++ b/zjit/src/profile.rs @@ -150,7 +150,8 @@ impl Flags { /// opt_send_without_block/opt_plus/... should store: /// * the class of the receiver, so we can do method lookup /// * the shape of the receiver, so we can optimize ivar lookup -/// with those two, pieces of information, we can also determine when an object is an immediate: +/// +/// with those two, pieces of information, we can also determine when an object is an immediate: /// * Integer + IS_IMMEDIATE == Fixnum /// * Float + IS_IMMEDIATE == Flonum /// * Symbol + IS_IMMEDIATE == StaticSymbol |
