From f432857b68aeb6c3fbd26fe76068bd3136ea3c8f Mon Sep 17 00:00:00 2001 From: playXE Date: Tue, 11 Mar 2025 19:19:14 +0700 Subject: [PATCH] check2 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 26f51ee..b2408c7 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,3 @@ and management of threads is fully internal to the library. 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. -