Need to add a write barrier for ranges; fix #4042
Ranges are almost immutable but `initialize` and `initialize_copy` modify the receiver so that we need to add a write barrier.
Showing
Please register or sign in to comment
Ranges are almost immutable but `initialize` and `initialize_copy` modify the receiver so that we need to add a write barrier.