Skip to content

Commit

Permalink
Split an overly general function into two functions
Browse files Browse the repository at this point in the history
The `erts_copy_bits()` function is overly general, preventing the C
compiler from doing any serious loop optimization. Replace it with the
new `erts_copy_bits_fwd()` and `erts_copy_bits_rev()` functions.
  • Loading branch information
bjorng committed Aug 23, 2024
1 parent ff2ecfd commit 10b6aee
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 127 deletions.
Loading

0 comments on commit 10b6aee

Please sign in to comment.