As OPs are shared between threads, they should be using
authorNicholas Clark <nick@ccl4.org>
Wed, 12 Apr 2006 12:01:38 +0000 (12:01 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 12 Apr 2006 12:01:38 +0000 (12:01 +0000)
commit04e62e517a756f965d577afe246e77a841330712
treecf386358d78e7d959ec333adef84eed4842340b6
parentbac066580cdb04efa84baa0fa96c51c7107436cf
As OPs are shared between threads, they should be using
PerlMemShared_*alloc functions, rather than per-thread *alloc()s.

p4raw-id: //depot/perl@27773
op.c
op.h