1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00

Update README.md

This commit is contained in:
Andy Wingo 2024-09-18 11:56:54 +02:00
parent 8fba0e5322
commit a411599d87

View file

@ -44,11 +44,11 @@ See the [documentation](./doc/README.md).
## Status and roadmap ## Status and roadmap
As of September 2024, Whippet is almost feature-complete. We need to As of September 2024, Whippet is feature-complete! Of course there will
land an API for cooperative safepoints for use by threads that are surely be new features to build as Whippet gets integrated it into
looping without allocating. 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. some performance noodling.
Once that is done, the big task is integrating Whippet into the [Guile Once that is done, the big task is integrating Whippet into the [Guile