WIP Implement preemptive multitasking#5
Open
evg-zhabotinsky wants to merge 3 commits intomaster-MC1.10from
Open
WIP Implement preemptive multitasking#5evg-zhabotinsky wants to merge 3 commits intomaster-MC1.10from
evg-zhabotinsky wants to merge 3 commits intomaster-MC1.10from
Conversation
Rebuilding OC takes time. Restarting MC with all mods and reloading the world takes time. Applying machine.lua changes requires doing all above... Not any more! Just put your machine.lua at <world save>/opencomputers/machine.lua and reboot any OC computer to apply changes to it.
WIP: Linux libraries only, not even final version. See fnuecke/eris#30 Standard debug.sethook() now accepts 'y' in its mask string. Adding it and returning true from hook will yield the coroutine. That allows for preemptive multitasking, at the very least. Also, Eris now can persist coroutines yielded in the above manner.
Hook-yielding near (inside?!) a native Java call breaks persistence, will have to wrap them with some manner of non-hooked code. No real scheduling is implemented, just added automatic sysyields in addition to manual that already were there.
|
That is some very exciting work. Don't worry about LuaJ - its existence is one giant "best-effort" anyway. You might find help/support on the OpenComputers IRC. I recommend looking into https://github.com/asiekierka/OpenComputers/tree/movingblocks-jnlua - it's a WIP branch which lets you use the Eris/JNLua repos on the MovingBlocks org - those are actually maintained. |
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.
Other places of interest: