mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
doc/internal/boxing.md: remove an extra double quote sign.
This commit is contained in:
@@ -45,7 +45,7 @@ The NaN boxing packing bit patterns are like following:
|
||||
| ptr | `01111111 11111100 PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPP01` |
|
||||
| nil | `00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000` |
|
||||
|
||||
The object values appear far more frequently than floating-point numbers, so we offset the value so that object pointers are unchanged. This technique is called "favor pointer"".
|
||||
The object values appear far more frequently than floating-point numbers, so we offset the value so that object pointers are unchanged. This technique is called "favor pointer".
|
||||
|
||||
## No Boxing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user