Leopold Toetsch <[EMAIL PROTECTED]> wrote:

[ perlscalar moprh ]

> But that can be solved by first clearing str_val, then changing the
> vtable.

Fixed. I currently don't see any more problems related to perscalars.

PerlStrings are unsafe per se, as long as we have the copying GC. They
need a lock during reading too. All other perscalars should be safe now
for non-locked reading. Mutating vtables get a lock.

leo

Reply via email to