From fdd26613067e4380151ec0bf0614c83e3d1ff90b Mon Sep 17 00:00:00 2001 From: z0w0 Date: Wed, 3 Oct 2012 19:37:25 -0700 Subject: [PATCH] Updated Note 0.5 priorities (markdown) --- Note-0.5-priorities.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Note-0.5-priorities.md b/Note-0.5-priorities.md index a6a3ef0..1b0f967 100644 --- a/Note-0.5-priorities.md +++ b/Note-0.5-priorities.md @@ -53,4 +53,6 @@ Keeping out-of-tree code up to date has become a very labor-intensive process, a There are a few things I would like to do to clean up the build, including making all crates libraries so they can be used by other tools, fixing the weird organization of librustc and its driver, splitting rustllvm out into its own crate with bindings, ditto clang, refactoring the top-level rustc code so that it is more approachable to newcomers. +### All runtime tests passing under JIT (z0w0) +The JIT compiler passes about 92% tests, give or take a few on different platforms (Windows hasn't even been tested). The failing tests are caused by segfaults, illegal instructions and the occasional task failure. Being able to have all Rust code running perfectly under JIT on all platforms would be an amazing feature of 0.5.