Skip to content

[mono] Unify behavior of BulkMoveWithWriteBarrier with CoreCLR #78498

@BrzVlad

Description

@BrzVlad

On mono, this method expects arguments as if it operates on full array elements, however, behind the scenes, it ends up multiplying element count with element size, operating without relying on alignment of array elements.

Remove this constraint so we can use implementation from #78450 also on mono.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions