Notes for March 23–29

Work ate the week again. I’m exhausted, running on fumes, and daylight saving time stole an hour of sleep I could not afford–the biannual clock shuffle is one of those vestigial ab(...)

#agents #ai #arm64 #autoresearch #basiliskii #dev #jit #macemu #notes #refactoring #sheepshaver #weekly

https://taoofmac.com/space/notes/2026/03/29/1300?utm_content=atom&utm_source=mastodon&utm_medium=social

[CPython 3.15의 JIT, 다시 궤도에 오르다

CPython 3.15의 JIT가 macOS AArch64에서 테일 콜링 인터프리터 대비 11~12%, x86_64 Linux에서 5~6% 빨라지며 성능 목표를 조기 달성했다. 주요 스폰서 철수 이후에도 커뮤니티 주도 방식으로 전환해 신규 기여자를 늘리고 버스 팩터를 낮췄으며, 세부 작업 분해와 측정 인프라(doesjitgobrrr.com)가 개발 속도와 품질 개선에 크게 기여했다. 또한 트레이스 레코딩, 참조 카운트 제거, 듀얼 디스패치 같은 설계 선택이 JIT 성능 향상의 핵심 요인으로 작용했고, 프리 스레딩은 3.15/3.16을 목표로 계속 진행 중이다.

https://news.hada.io/topic?id=27971

#cpython #python #jit #performance #compiler

CPython 3.15의 JIT, 다시 궤도에 오르다 | GeekNews

핵심 성과플랫폼JIT 성능 향상 (vs 테일 콜링 인터프리터)macOS AArch64+11~12%x86_64 Linux+5~6%벤치마크 범위: 20% 느려지는 경우부터 100% 이상 빨라지는 경우까지 다양 (unpack_sequence 마이크로벤치마크 제외)목표 달성: 3.15 목표(5% 향상)를 1년 이상 조기 달성프리 스레딩 지원: 아직 미완성, 3.1

GeekNews

You think you know what your Java code does? You don’t. The #JIT rewrites it at runtime. Harshitha Popuri & @gireeshpunam trace how bytecode turns into native optimizations inside OpenJ9.

See what actually executes in production: https://javapro.io/2026/02/18/the-runtime-illusion-what-java-really-runs/

#JVM @IBMDeveloper

It was really awesome to have Michalis Papadimitriou visit #Netflix today to talk about #TornadoVM and programming for the GPU in #Java with the Java Platform teams! Very cool to see the power of #OpenJDK, #JVMCI, and the extensibility of #Graal's #JIT compiler in action!
Eurojust: JIT continues work with focus on illegal transfer of Ukrainian children

The Joint Investigation Team (JIT) established at Eurojust to investigate core international crimes committed in Ukraine has had its mandate extended by two years. — Ukrinform.

Укрінформ

New post on the Python Insider blog from Ken Jin:

"Python 3.15's JIT is now back on track"

https://blog.python.org/2026/03/jit-on-track/
#Python #JIT #performance #python315

Python 3.15's JIT is now back on track | Python Insider

A look at Python's JIT in 3.15a7.

Python Insider
📬 XeniOS: Neuer Xbox 360-Emulator für iOS & macOS
#Gaming #Emulator #JIT #Kompatibilität #Xbox360 #Xenia #XeniOS https://sc.tarnkappe.info/df24de
XeniOS: Neuer Xbox 360-Emulator für iOS & macOS

Ein neuer kostenloser Xbox 360-Emulator namens XeniOS macht derzeit die Runde. Doch noch lange nicht alles läuft damit problemlos.

TARNKAPPE.INFO

The Settings GUI in #konform #browser was in need of some love and is now having a refresh. Several new knobs, some shuffling around to make things more cohesive and less scattered, and some edits of hints to hopefully reduce potential for confusion.

New options for:
- First-Party Isolation
- Enhanced #tracking Protection tweaking in Custom mode (useful mostly for FPI users)
- #webrtc and ICE
- #dom Push and its optional network connection
- #jit features
- WebAssembly (#wasm)
- Geolocation
- WebGPU
- Async callstacks support
- Persisting of browser history

Hints and the "advanced" options expand when clicking the "?" for parent option.

Still a bit hesitant on where global toggles for #webgpu and #webgl belong. And perhaps configuration for cross-origin referrer could also move to Browser Privacy controls?

Otherwise feels like things are coming together - What do you think? Anything you're missing or that feels out of place?

#privacy #websecurity #browsers #firefox #librewolf #userinterface #prerelease

Perl mit AI — Richard Jelinek — GPW 2026

Python 3.15 的效率

看到 Python 3.15 的效率會有不少改善的消息:「Python 3.15’s JIT is now back on track (via)」,這篇厲害的地方反而不是技術的部分,而是 organize 的部分。 主要遇到的問題是 2025 的時候 Faster CPython 這個計畫喪失了贊助,導致前景不太明朗,整個計畫的變成社群為主的推動: The Faster CPython team lost its main sponsor in 2025.

Gea-Suan Lin's BLOG