RFR: 8331549: Inline MemAllocator::mem_allocate_slow [v2]
Albert Mingkun Yang
ayang at openjdk.org
Thu May 2 10:09:15 UTC 2024
> Trivial inlining a method. (The diff looks larger than its real size.) The resulting logic is much cleaner, IMO -- try tlab-fast, then tlab-slow, finally outside of tlab.
Albert Mingkun Yang has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains one commit:
inline-slow
-------------
Changes: https://git.openjdk.org/jdk/pull/19051/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19051&range=01
Stats: 15 lines in 2 files changed: 0 ins; 7 del; 8 mod
Patch: https://git.openjdk.org/jdk/pull/19051.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19051/head:pull/19051
PR: https://git.openjdk.org/jdk/pull/19051
More information about the hotspot-gc-dev
mailing list