Ticket #13 (new enhancement)
Opened 4 years ago
Share GC stack slots in Sea code
| Reported by: | benl | Owned by: | |
|---|---|---|---|
| Priority: | project | Milestone: | |
| Component: | Core to Sea Translation | Version: | |
| Keywords: | Cc: |
Description
We don't currently share slots on the GC shadow stack between Sea level values, so we use much more stack space than we really need to.
Ideally, we would import the graph coloring code from GHC and use that to do the allocation.
Note: See
TracTickets for help on using
tickets.
