-
Notifications
You must be signed in to change notification settings - Fork 10
Updating the binding to support MMTk with upstream Julia #180
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
Merged
Merged
Changes from 15 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
ea27258
Changes to make the binding compatible with the latest version of Jul…
udesou f19ffd6
Update julia_repo and julia_version
udesou 63e6b50
Add check so that we don't try to scan a null object
udesou 641d748
Skip test about heap snapshot
udesou aeb224b
Updating julia_version
udesou d24f52e
Adding changes to support getter for jl_gc_disable_counter and using …
udesou 7873163
Updating julia_version
udesou 8f0ceed
Updating julia_version
udesou 552883a
Updating rust version to 1.77.0
udesou 7793910
Merging refactor-pre-mmtk branch from julia and reflecting those chan…
udesou 56b2542
Updating julia_version
udesou a41dadd
Only run tests for non-moving immix
udesou 91d43ec
Update julia_version and ci.yml
udesou 7690691
Updating julia_version
udesou da9ff0d
Skipping tests that check the reasons for a full sweep and are specif…
udesou 61e1cfd
Adding comments on new functions
udesou 60c3d58
Removing julia folder and using build.rs to generate bindings
udesou 4791a62
This file will be generated by build.rs
udesou 9798604
Updating julia_version
udesou 48c82a0
Adding build.rs
udesou 10fbc83
Exporting JULIA_PATH
udesou 0862d06
Adding architecture to see if it removes bindgen issues
udesou b1fd11e
One more try with --target=x86_64-pc-linux-gnu
udesou ee4911e
Trying to set up tmate session to debug bingen issue
udesou b0b6d7e
Typo
udesou 8888772
Adding tmate session before building Julia?
udesou efbd912
Removing with sudo false
udesou d6c6bbe
Disable action-tmate and rm llvm-* before building mmtk (?)
udesou 2ea5669
Trying again
udesou 7affec8
Applying cargo fmt
udesou 480834e
Remove commented code
udesou 3a397c9
Updating emails
udesou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| #include "mmtk.h" | ||
| #include "gc.h" | ||
| #include "gc-common.h" | ||
|
|
||
| extern Julia_Upcalls mmtk_upcalls; | ||
|
|
||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.