Add concurrent mruby VMs and bytecode - #95
Merged
jackalcooper merged 1 commit intoAug 12, 2026
Merged
Conversation
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
from
August 12, 2026 08:47
7e3d6b5 to
2c62113
Compare
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
from
August 12, 2026 08:51
2c62113 to
42a34be
Compare
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
2 times, most recently
from
August 12, 2026 09:07
4ef4d0b to
9aba1d6
Compare
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
2 times, most recently
from
August 12, 2026 09:15
e1313ab to
6cd7129
Compare
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
2 times, most recently
from
August 12, 2026 09:28
04202c8 to
a389af0
Compare
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
2 times, most recently
from
August 12, 2026 09:41
06f9dfd to
3c1f5a4
Compare
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
from
August 12, 2026 09:48
3c1f5a4 to
0e4b64f
Compare
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
from
August 12, 2026 10:07
0e4b64f to
5267f79
Compare
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
from
August 12, 2026 10:17
5267f79 to
4dddbcb
Compare
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
from
August 12, 2026 10:24
4dddbcb to
3d8400f
Compare
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
from
August 12, 2026 10:28
3d8400f to
fc96a63
Compare
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
from
August 12, 2026 10:59
fc96a63 to
2593617
Compare
jackalcooper
force-pushed
the
agent/mruby-stack-03-concurrency-bytecode
branch
from
August 12, 2026 11:13
2593617 to
bf33fd4
Compare
jackalcooper
marked this pull request as ready for review
August 12, 2026 11:23
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
This turns the package from one-shot evaluation into a practical multi-instance embedded runtime with reusable compiled programs.
Validation
MIX_ENV=test mix compile --force --warnings-as-errorsmix credo --strictmix test --force(9 tests)Stacked on #94.