-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from erlang:master #221
Conversation
OTP-19495 PR-8209 GH-8208
Mix format and windows CC fixes
erts: Minor spring cleaning
The version of the fips provider may be different than rest of OpenSSL as far from all OpenSSL versions have a *certified* fips provider.
Reviewer's Guide by SourceryThis pull request includes several enhancements and fixes across the OTP codebase. Key changes include refactoring the Updated class diagram for RegisterCacheclassDiagram
class RegisterCache {
-CacheEntry[] cache
-Reg xregs_base
-Reg yregs_base
-size_t entries
-size_t position
--
+Reg get(const Memory &mem)
+void add(const Memory &mem, const Reg ®)
+void invalidate(const Reg ®)
+bool isCached(const Reg ®) const
+bool validAt(size_t offset) const
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )
Summary by Sourcery
This pull request includes several enhancements and bug fixes. It adds support for buildinfo to the FIPS provider in the crypto library, improves the performance of the JIT compiler, and fixes a potential crash when using
erts_sched_local_random
without a scheduler. It also updates the build system to usemix format
for Elixir code formatting.New Features:
Bug Fixes:
erts_sched_local_random
without a scheduler.Enhancements:
put_tuple2
andnew_small_map_lit
instructions in the JIT compiler by using AVX instructions to move two elements at once when possible.crypto:info()
map.Build:
mix format
for Elixir code formatting.CI:
Documentation:
Chores: