rt: Use rust_task_thread's C-stack pool for native calls

This commit is contained in:
Brian Anderson
2012-02-09 01:13:32 -08:00
parent bfb80064d2
commit 79b1563abb
6 changed files with 99 additions and 31 deletions

View File

@@ -95,6 +95,10 @@ struct rust_task_thread : public kernel_owned<rust_task_thread>,
private:
stk_seg *cached_c_stack;
stk_seg *extra_c_stack;
void prepare_c_stack();
void unprepare_c_stack();
public: