Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
0fbdd71d
Unverified
Commit
0fbdd71d
authored
Dec 14, 2021
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
boxing_nan.h: remove false description in the comment [ci skip]
Ref #5597
parent
a3d240c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
include/mruby/boxing_nan.h
include/mruby/boxing_nan.h
+0
-2
No files found.
include/mruby/boxing_nan.h
View file @
0fbdd71d
...
@@ -36,8 +36,6 @@ enum mrb_nanbox_tt_inline {
...
@@ -36,8 +36,6 @@ enum mrb_nanbox_tt_inline {
* ptr : 01111111 11111100 PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPP01
* ptr : 01111111 11111100 PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPPPP PPPPPP01
* Stored as O = R + 0x8004000000000000, retrieved as R = O - 0x8004000000000000.
* Stored as O = R + 0x8004000000000000, retrieved as R = O - 0x8004000000000000.
* This makes pointers have all zeros in the top 32 bits.
* This makes pointers have all zeros in the top 32 bits.
* Small-ints and strs have 1 as LSB to make sure they don't look like pointers
* to the garbage collector.
*/
*/
typedef
struct
mrb_value
{
typedef
struct
mrb_value
{
uint64_t
u
;
uint64_t
u
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment