-
-
Notifications
You must be signed in to change notification settings - Fork 116
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(compiler): Use data segments for string data #1330
base: main
Are you sure you want to change the base?
Conversation
d6820a9
to
bbdd61c
Compare
bbdd61c
to
6e68d1b
Compare
6e68d1b
to
032d567
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really like how much cleaner the outputted code is with this change.
I am pretty sure this was unblocked with #2104 as we no longer lose the debug information when linking. |
cf70d3b
to
68b9ed5
Compare
e90cc27
to
15a2620
Compare
Rebased this. Looks like it's largely working with one test failure that needs to be looked into. I also don't like how the data segments are handled; they're lumped in with the type metadata. That'll need to be cleaned up. |
15a2620
to
8c062af
Compare
No description provided.