-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[WIP] [GR-32682] Bytecode DSL. #6697
Closed
Closed
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
4a9956e
to
b0c5b43
Compare
50c4076
to
9e67de6
Compare
45989c8
to
5f56ca8
Compare
375ad60
to
0161c27
Compare
177f032
to
6be1c20
Compare
4af6eab
to
724a107
Compare
3e836b2
to
776d7b3
Compare
1546828
to
aacac6a
Compare
e3531e1
to
98a8d48
Compare
6985f81
to
08c5f9d
Compare
05713ef
to
8763900
Compare
c257b54
to
74eab67
Compare
e3c0b0a
to
a5dafac
Compare
13fd0fc
to
4d22d33
Compare
This reverts commit 053fcaa.
…plement efficient weak list for root node clones.
…UNTIME for most annotations.
…d be explicit checks; constants should be encoded as int
…introspection and local APIs
…oved unsafeSwap method"
Continued here: #9556 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
OCA Required
At least one contributor does not have an approved Oracle Contributor Agreement.
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.
This is experimental and undocumented code shared with the community for feedback. It contains an implementation of the new Truffle Operation DSL, which generates complete bytecode interpreters.
Documentation can be found here:
https://github.com/oracle/graal/blob/fbe50d80ac90bd3072a91e5689e7f4b79ed23cc8/truffle/docs/OperationDSL.md
There is a talk available to explain its rationale: https://www.youtube.com/watch?v=8cNvs7Ff2Ic
Continuation from: #4734