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
0a7fd86d
Unverified
Commit
0a7fd86d
authored
Apr 27, 2020
by
Yukihiro "Matz" Matsumoto
Committed by
GitHub
Apr 27, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4980 from dearblue/context
Reduce `struct mrb_context`
parents
d95d46de
1b0cf6a9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/mruby.h
include/mruby.h
+2
-2
No files found.
include/mruby.h
View file @
0a7fd86d
...
@@ -164,8 +164,8 @@ struct mrb_context {
...
@@ -164,8 +164,8 @@ struct mrb_context {
struct
RProc
**
ensure
;
/* ensure handler stack */
struct
RProc
**
ensure
;
/* ensure handler stack */
uint16_t
esize
,
eidx
;
uint16_t
esize
,
eidx
;
enum
mrb_fiber_state
status
;
enum
mrb_fiber_state
status
:
4
;
mrb_bool
vmexec
;
mrb_bool
vmexec
:
1
;
struct
RFiber
*
fib
;
struct
RFiber
*
fib
;
};
};
...
...
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