mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-18 14:47:18 +03:00
The `tcache_fiber_migration` reproducer only exercises the bug when the allocator is statically linked and inlined under whole-program LTO. None of the existing lanes build that way, so add a dedicated Linux lane: clang ThinLTO, `--with-jemalloc-prefix=je_`, and llvm-ar/nm/ranlib (to archive the LTO bitcode) + `-fuse-ld=lld`, then `make check`. Authored in scripts/gen_gh_actions.py; .github/workflows/linux-ci.yml regenerated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| freebsd | ||
| linux | ||
| windows | ||
| check-formatting.sh | ||
| check_trailing_whitespace.sh | ||
| gen_gh_actions.py | ||
| gen_header_dep_graph.sh | ||
| gen_run_tests.py | ||
| gen_travis.py | ||
| README_GH_ACTIONS.md | ||
| run_static_analysis.sh | ||