Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split an overly general function into two functions
The `erts_copy_bits()` function is overly general, which prevents the C compiler from doing any serious optimizations. Replace it with the new `erts_copy_bits_fwd` and `erts_copy_bits_rev()` functions.
- Loading branch information