-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement erlang:exit/2
#766
Merged
Merged
Conversation
This file contains 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
pguyot
force-pushed
the
w33/implement-more-functions
branch
from
August 19, 2023 18:18
a84426f
to
aa41976
Compare
Merged
pguyot
added a commit
to pguyot/AtomVM
that referenced
this pull request
Aug 20, 2023
Cache last module in scheduler loop to reduce lookups of modules by index Also fix a bug in stacktraces where the lock was not held Also remove pointer to GlobalContext from modules This optimization, in addition to PRs atomvm#766, atomvm#770, atomvm#771 and atomvm#772, bring an additional gain of 2-3% on Sudoku benchmark Signed-off-by: Paul Guyot <[email protected]>
pguyot
added a commit
to pguyot/AtomVM
that referenced
this pull request
Aug 20, 2023
Cache last module in scheduler loop to reduce lookups of modules by index Also fix a bug in stacktraces where the lock was not held Also remove pointer to GlobalContext from modules This optimization, in addition to PRs atomvm#766, atomvm#770, atomvm#771 and atomvm#772, bring an additional gain of 2-3% on Sudoku benchmark Signed-off-by: Paul Guyot <[email protected]>
pguyot
added a commit
to pguyot/AtomVM
that referenced
this pull request
Aug 20, 2023
Cache last module in scheduler loop to reduce lookups of modules by index Also fix a bug in stacktraces where the lock was not held Also remove pointer to GlobalContext from modules This optimization, in addition to PRs atomvm#766, atomvm#770, atomvm#771 and atomvm#772, bring an additional gain of 2-3% on Sudoku benchmark Signed-off-by: Paul Guyot <[email protected]>
pguyot
added a commit
to pguyot/AtomVM
that referenced
this pull request
Aug 20, 2023
Cache last module in scheduler loop to reduce lookups of modules by index Also fix a bug in stacktraces where the lock was not held Also remove pointer to GlobalContext from modules This optimization, in addition to PRs atomvm#766, atomvm#770, atomvm#771 and atomvm#772, bring an additional gain of 2-3% on Sudoku benchmark Signed-off-by: Paul Guyot <[email protected]>
pguyot
added a commit
to pguyot/AtomVM
that referenced
this pull request
Aug 21, 2023
Cache last module in scheduler loop to reduce lookups of modules by index Also fix a bug in stacktraces where the lock was not held Also remove pointer to GlobalContext from modules This optimization, in addition to PRs atomvm#766, atomvm#770, atomvm#771 and atomvm#772, bring an additional gain of 2-3% on Sudoku benchmark Signed-off-by: Paul Guyot <[email protected]>
pguyot
added a commit
to pguyot/AtomVM
that referenced
this pull request
Aug 21, 2023
Cache last module in scheduler loop to reduce lookups of modules by index Also fix a bug in stacktraces where the lock was not held Also remove pointer to GlobalContext from modules This optimization, in addition to PRs atomvm#766, atomvm#770, atomvm#771 and atomvm#772, bring an additional gain of 2-3% on Sudoku benchmark Signed-off-by: Paul Guyot <[email protected]>
pguyot
added a commit
to pguyot/AtomVM
that referenced
this pull request
Aug 24, 2023
Cache last module in scheduler loop to reduce lookups of modules by index Also fix a bug in stacktraces where the lock was not held Also remove pointer to GlobalContext from modules This optimization, in addition to PRs atomvm#766, atomvm#770, atomvm#771 and atomvm#772, bring an additional gain of 2-3% on Sudoku benchmark Signed-off-by: Paul Guyot <[email protected]>
fadushin
reviewed
Aug 25, 2023
pguyot
added a commit
to pguyot/AtomVM
that referenced
this pull request
Aug 25, 2023
Cache last module in scheduler loop to reduce lookups of modules by index Also fix a bug in stacktraces where the lock was not held Also remove pointer to GlobalContext from modules This optimization, in addition to PRs atomvm#766, atomvm#770, atomvm#771 and atomvm#772, bring an additional gain of 2-3% on Sudoku benchmark Signed-off-by: Paul Guyot <[email protected]>
pguyot
added a commit
to pguyot/AtomVM
that referenced
this pull request
Aug 25, 2023
Cache last module in scheduler loop to reduce lookups of modules by index Also fix a bug in stacktraces where the lock was not held Also remove pointer to GlobalContext from modules This optimization, in addition to PRs atomvm#766, atomvm#770, atomvm#771 and atomvm#772, bring an additional gain of 2-3% on Sudoku benchmark Signed-off-by: Paul Guyot <[email protected]>
pguyot
force-pushed
the
w33/implement-more-functions
branch
from
August 26, 2023 21:15
aa41976
to
3225457
Compare
pguyot
force-pushed
the
w33/implement-more-functions
branch
from
August 26, 2023 21:42
3225457
to
18f2aaa
Compare
pguyot
added a commit
to pguyot/AtomVM
that referenced
this pull request
Aug 27, 2023
Cache last module in scheduler loop to reduce lookups of modules by index Also fix a bug in stacktraces where the lock was not held Also remove pointer to GlobalContext from modules This optimization, in addition to PRs atomvm#766, atomvm#770, atomvm#771 and atomvm#772, bring an additional gain of 2-3% on Sudoku benchmark Signed-off-by: Paul Guyot <[email protected]>
pguyot
added a commit
to pguyot/AtomVM
that referenced
this pull request
Aug 27, 2023
Cache last module in scheduler loop to reduce lookups of modules by index Also fix a bug in stacktraces where the lock was not held Also remove pointer to GlobalContext from modules This optimization, in addition to PRs atomvm#766, atomvm#770, atomvm#771 and atomvm#772, bring an additional gain of 2-3% on Sudoku benchmark Signed-off-by: Paul Guyot <[email protected]>
bettio
added a commit
that referenced
this pull request
Sep 1, 2023
…ule-index Reduce lock contention on GlobalContext.module_locks Cache last module in scheduler loop to reduce lookups of modules by index Also fix a bug in stacktraces where the lock was not held Also remove pointer to GlobalContext from modules This optimization, in addition to PRs #766, #770, #771 and #772, brings an additional gain of 2-3% on Sudoku benchmark These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
Also add documentation for `erlang:exit/1` Fix a bug where exit reason was incorrectly a tuple for exception of class exit No longer dump crash logs when exit reason is normal Signed-off-by: Paul Guyot <[email protected]>
pguyot
force-pushed
the
w33/implement-more-functions
branch
from
September 5, 2023 04:13
18f2aaa
to
ce7740c
Compare
bettio
approved these changes
Sep 7, 2023
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.
Also add documentation for
erlang:exit/1
Fix a bug where exit reason was incorrectly a tuple for exception of class exit
No longer dump crash logs when exit reason is normal
Signed-off-by: Paul Guyot [email protected]