From 9c1b090932c534d7189f843a03e544436dc27ba0 Mon Sep 17 00:00:00 2001 From: playXE Date: Tue, 11 Mar 2025 19:14:29 +0700 Subject: [PATCH] :check mirroring --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 210f894..26f51ee 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,5 @@ and management of threads is fully internal to the library. - `cooperative`: This is mostly-precise flavor. This flavor exposes advanced allocation API, requries runtime to call into `yieldpoint()`, and also requires runtime to do write barriers and have precise object layout. Stack is left to be conservatively scanned. - `full-precise`: This is precise flavor. Provides everything that `cooperative` provides, and also requires -runtime to not have any conservative assumptions such as conservative stack scanning. \ No newline at end of file +runtime to not have any conservative assumptions such as conservative stack scanning. +