We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2f462 commit c22d84aCopy full SHA for c22d84a
zjit/src/profile.rs
@@ -150,7 +150,8 @@ impl Flags {
150
/// opt_send_without_block/opt_plus/... should store:
151
/// * the class of the receiver, so we can do method lookup
152
/// * the shape of the receiver, so we can optimize ivar lookup
153
-/// with those two, pieces of information, we can also determine when an object is an immediate:
+///
154
+/// with those two, pieces of information, we can also determine when an object is an immediate:
155
/// * Integer + IS_IMMEDIATE == Fixnum
156
/// * Float + IS_IMMEDIATE == Flonum
157
/// * Symbol + IS_IMMEDIATE == StaticSymbol
0 commit comments