-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Register VM #3798
Draft
HalidOdat
wants to merge
1
commit into
main
Choose a base branch
from
refactor/register-vm
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Register VM #3798
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
HalidOdat
added
execution
Issues or PRs related to code execution
Internal
Category for changelog
labels
Apr 9, 2024
Test262 conformance changes
|
HalidOdat
force-pushed
the
refactor/register-vm
branch
from
June 27, 2024 20:05
7351c87
to
039bd2b
Compare
HalidOdat
force-pushed
the
refactor/register-vm
branch
2 times, most recently
from
July 5, 2024 15:26
f98cd87
to
1e0bf01
Compare
The failing test is due to #3907 , in any case I'll work on always returning i32 for increment. |
HalidOdat
force-pushed
the
refactor/register-vm
branch
from
August 3, 2024 11:04
1e0bf01
to
5fd2167
Compare
- Add todo for storing fp in CallFrame - Start on moving to register VM - Add more binary ops - Add helpter transition methods - Register based logical ops - Register InPrivate - Register GetFunction - Some class opcodes - Register post and pre increment and decrement
HalidOdat
force-pushed
the
refactor/register-vm
branch
from
August 3, 2024 11:07
5fd2167
to
50e8339
Compare
@HalidOdat Do you have the time to work on this at the moment? If not, I can see if I can make some progress on the PR. |
I'm quite busy at the moment, but feel free to work on it! 😊 |
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.
This a WIP PR that transitions the current stack based VM to a register based VM.
Changes