Nightly build 2025.01.02
Pre-release
Pre-release
github-actions
released this
02 Jan 02:29
·
53 commits
to trunk
since this release
What's Changed
Toolchain and implementation changes 🛠️
- Align StaticRandomData to cacheline size. by @ezbr in #4741
- Don't produce a follow-on error message if we try to perform an impl lookup during error recovery. by @zygoloid in #4749
- Avoid misaligned loads from StaticRandomData in the size [4, 8] hashing case. by @ezbr in #4743
- Update ReadTo to improve operation dependency graph. by @goldvitaly in #4746
- Store hash in the probed_indices array in common/raw_hashtable.h to avoid its recomputation. by @goldvitaly in #4726
- Add support for operators on
Core.IntLiteral
. by @zygoloid in #4716
New Contributors
- @ezbr made their first contribution in #4741
- @goldvitaly made their first contribution in #4746
Full Changelog: v0.0.0-0.nightly.2024.12.31...v0.0.0-0.nightly.2025.01.02