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, 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
bjorng committed Jun 26, 2024
1 parent db7fd40 commit eeb5d38
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 127 deletions.
Loading

0 comments on commit eeb5d38

Please sign in to comment.