[all-commits] [llvm/llvm-project] d6e923: Refactor FreeTrie to be intrusive proxy, add pop_m...
Schrodinger ZHU Yifan via All-commits
all-commits at lists.llvm.org
Thu Jun 11 10:41:17 PDT 2026
Branch: refs/heads/users/SchrodingerZhu/libc-freetrie-refactor
Home: https://github.com/llvm/llvm-project
Commit: d6e923280d149a285d57675ab19f3336cf860c49
https://github.com/llvm/llvm-project/commit/d6e923280d149a285d57675ab19f3336cf860c49
Author: Yifan Zhu <yfzhu at google.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M libc/src/__support/freestore.h
M libc/src/__support/freetrie.h
M libc/test/src/__support/freetrie_test.cpp
Log Message:
-----------
Refactor FreeTrie to be intrusive proxy, add pop_min and tests
- Make FreeTrie a proxy holding root by reference.
- Move root and range storage outside FreeTrie (into FreeStore).
- Add find_min and pop_min implementations.
- Update tests and add pop_min test.
TAG=agy
CONV=7d0c366e-7fef-4a10-adb5-c96b98f5f2e2
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list