hotspot

Tag

Cards List
#hotspot

JDK 27 G1/Parallel/Serial GC Changes

Hacker News Top · 2026-08-13 Cached

JDK 27 introduces notable changes to HotSpot's stop-the-world garbage collectors, most significantly JEP 523 making G1 the default GC in all environments, alongside various improvements, refactorings, and bug fixes.

0 favorites 0 likes
#hotspot

The mask that compiles to nothing: how HotSpot's JIT learned to reason about bits

Lobsters Hottest · 2026-07-03 Cached

This article explains how HotSpot's C2 JIT compiler uses a 'known bits' abstraction to track which bits of an integer are definitely zero or one, enabling optimizations like eliminating redundant bitwise AND operations.

0 favorites 0 likes
#hotspot

@gdb: codex for improving computational complexity

X AI KOLs Following · 2026-05-16 Cached

A Codex skill that analyzes codebases to identify performance hotspots such as loops, repeated lookups, and N+1 patterns.

0 favorites 0 likes
← Back to home

Submit Feedback