-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat: add finally return support #60
base: dev
Are you sure you want to change the base?
Conversation
Oh wow! That's nice work! But seems like there's some regression as now half of previously passing test262 tests do not pass:
dev branch:
EDIT: You can see how much tests pass in Actions |
Hi, I encountered a segment fault error when I run |
It seems that I found it. I will push and try to run test262. |
Unfortunately, I will not have access to PC for one or two days so Idk where the problem is. I actually tested the new GC when I was merging it and hello-world was working fine. Can you please check that you run the latest dev branch GC? |
The problem should be here. And I have added the starlight/crates/starlight/src/gc/space_bitmap.rs Lines 84 to 93 in df79b32
EDIT: I have checked that I am on the latest dev branch |
And I continue to look at the problem of regression testing 🤣 |
Fix #7