Reuse monomorphized functions for different box types
The free glue for opaque boxes will pick the actual tydesc out of the box, and call its glue. Issue #1736
This commit is contained in:
parent
3bd0338c19
commit
b28a5552e3
11 changed files with 228 additions and 260 deletions
|
@ -191,6 +191,7 @@ debug_opaque(type_desc *t, uint8_t *front) {
|
|||
}
|
||||
}
|
||||
|
||||
// FIXME this no longer reflects the actual structure of boxes!
|
||||
struct rust_box {
|
||||
RUST_REFCOUNTED(rust_box)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue