Rename rust_proxy_delegate to maybe_proxy, flesh out logic in it. Add strong-ref distinction on rust_proxy.

This commit is contained in:
Michael Bebenita
2010-07-28 15:17:30 -07:00
committed by Graydon Hoare
parent 30b3f8a117
commit defd8a66ea
4 changed files with 48 additions and 23 deletions

View File

@@ -53,7 +53,7 @@ align_down(uintptr_t sp)
rust_task::rust_task(rust_dom *dom, rust_task *spawner) :
rust_proxy_delegate<rust_task>(this),
maybe_proxy<rust_task>(this),
stk(new_stk(dom, 0)),
runtime_sp(0),
rust_sp(stk->limit),