This commit is contained in:
playXE 2025-03-11 19:19:14 +07:00
parent 9c1b090932
commit f432857b68
Signed by: playXE
SSH key fingerprint: SHA256:GXgHX5FTJ5a8J9MdtKTTJde4lrtY1T7jg7VOYbDWJ1c

View file

@ -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.