From a411599d872b70e70ee57a0b84daf82f619f6b8d Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 18 Sep 2024 11:56:54 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fc60c5ccf..466a5ea59 100644 --- a/README.md +++ b/README.md @@ -44,11 +44,11 @@ See the [documentation](./doc/README.md). ## Status and roadmap -As of September 2024, Whippet is almost feature-complete. We need to -land an API for cooperative safepoints for use by threads that are -looping without allocating. +As of September 2024, Whippet is feature-complete! Of course there will +surely be new features to build as Whippet gets integrated it into +language run-times, but the basics are there. -After that, the next phase on the roadmap is support for tracing, and +The next phase on the roadmap is support for tracing, and some performance noodling. Once that is done, the big task is integrating Whippet into the [Guile