From 60e93cd1ecd3855800e0a6e186a413fd9d8ff20c Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Thu, 17 Nov 2011 14:40:03 -0800 Subject: Re-enable cycle coll. on x86_64, seems to work better now. --- src/rt/rust_task.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index ae893c93fa0..d03d8b57a5c 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -184,9 +184,7 @@ void task_start_wrapper(spawn_args *a) failed = true; } -# ifndef __x86_64__ // FIXME: temp. hack on X86-64 (NDM) cc::do_cc(task); -# endif rust_closure_env* env = (rust_closure_env*)a->a3; if(env) { @@ -620,6 +618,5 @@ rust_task::notify(bool success) { // indent-tabs-mode: nil // c-basic-offset: 4 // buffer-file-coding-system: utf-8-unix -// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'"; // End: // -- cgit 1.4.1-3-g733a5