From d1554106742fa8c0a99cac1adc5f65aa0ce0ac62 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Wed, 5 Sep 2012 20:06:57 -0700 Subject: rt: Make the boxed region come earlier in the rust_task structure. This is so that GC can find it more easily. --- src/rt/rust_task.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 8bcf1b06133..1efd641b343 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -23,8 +23,8 @@ rust_task::rust_task(rust_sched_loop *sched_loop, rust_task_state state, name(name), list_index(-1), rendezvous_ptr(0), - local_region(&sched_loop->local_region), boxed(sched_loop->kernel->env, &local_region), + local_region(&sched_loop->local_region), unwinding(false), cc_counter(0), total_stack_sz(0), -- cgit 1.4.1-3-g733a5