For support of compiler reentry and thread safety, avoid the use of
the global *adjustable-vectors* resource, rather allocate an new vector for each use in emit-error-break. These vectors are small and in most cases the required length is less than 8 bytes which is the new lower default.
Loading
Please register or sign in to comment