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
04d5e7da
Unverified
Commit
04d5e7da
authored
Jan 26, 2021
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update `doc/mruby3.md`.
parent
73418a90
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
doc/mruby3.md
doc/mruby3.md
+11
-0
No files found.
doc/mruby3.md
View file @
04d5e7da
...
...
@@ -8,6 +8,7 @@ User visible changes in `mruby3`
Typical build configuration files are located in
`build_config`
directory. For examples:
*
`default`
: the default configuration
*
`host-gprof`
: compiles with
`gprof`
for performance tuning
*
`host-m32`
: compiles in gcc 32bit mode on 64bit platforms
*
`boxing`
: compiles all three boxing options
...
...
@@ -128,6 +129,10 @@ Renamed from `OP_RAISE`
*
`OP_RAISEIF`
Instruction that is reserved for the future keyword argument support.
*
OP_SENDVK
## Removed Instructions
Instructions for old exception handling
...
...
@@ -150,3 +155,9 @@ Jump addresses used to be specified by absolute offset from the start of `iseq`.
## `Random` now use `xoshiro128++`.
For better and faster random number generation.
## Preallocated Symnol
Preallocated symbols are interned at compile-time. They can be accessed via symbols macros (e.g.
`MRB_SYM()`
).
See
[
Symbols
](
https://github.com/mruby/mruby/blob/master/doc/guides/symbol.md
)
.
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