grain
grain copied to clipboard
feat(compiler): Use data segments for string data
I am pretty sure this was unblocked with #2104 as we no longer lose the debug information when linking.
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.