mirror of
https://github.com/urbit/shrub.git
synced 2024-12-29 23:23:52 +03:00
Merge pull request #4632 from urbit/jb/meld-right
u3: reallocate hot jet state before gc in meld and cram
This commit is contained in:
commit
f266e8a2f2
@ -401,13 +401,16 @@ _cu_realloc(FILE* fil_u, ur_root_t** tor_u, ur_nvec_t* doc_u)
|
||||
//
|
||||
_cu_all_to_loom(rot_u, ken, &cod_u);
|
||||
|
||||
// allocate new hot jet state
|
||||
//
|
||||
u3j_boot(c3y);
|
||||
|
||||
// establish correct refcounts via tracing
|
||||
//
|
||||
u3m_grab(u3_none);
|
||||
|
||||
// allocate new hot jet state; re-establish warm
|
||||
// re-establish warm jet state
|
||||
//
|
||||
u3j_boot(c3y);
|
||||
u3j_ream();
|
||||
|
||||
// restore event number
|
||||
|
Loading…
Reference in New Issue
Block a user