grain icon indicating copy to clipboard operation
grain copied to clipboard

feat(compiler): Use data segments for string data

Open ospencer opened this issue 3 years ago • 2 comments

ospencer avatar Jun 13 '22 20:06 ospencer

I am pretty sure this was unblocked with #2104 as we no longer lose the debug information when linking.

spotandjake avatar Jan 14 '25 22:01 spotandjake

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.

ospencer avatar Jan 17 '25 04:01 ospencer