Skip to content
  • Ben Gamari's avatar
    Use memcpy in cloneArray · 228d4670
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    While looking at #13615 I noticed that there was this strange open-coded
    memcpy in the definition of the cloneArray macro. I don't see why this
    should be preferable to memcpy.
    
    Test Plan: Validate, particularly focusing on array operations
    
    Reviewers: simonmar, tibbe, austin, alexbiehl
    
    Reviewed By: tibbe, alexbiehl
    
    Subscribers: alexbiehl, rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3504
    228d4670