This patch moves another section of anonymous specific code requiring the object lock behind a flag test.
CHARGED can never be true for non anonymous memory. So we simply need to reference the object here.
Differential D22472
Move anonymous object copying into its own function and avoid objectlocking for non-anonymous objects. jeff on Nov 21 2019, 1:11 AM. Authored by Tags None Referenced Files
Subscribers
Details This patch moves another section of anonymous specific code requiring the object lock behind a flag test. CHARGED can never be true for non anonymous memory. So we simply need to reference the object here.
Diff Detail
|