<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Jit on wid's blog</title><link>https://wid-blog.github.io/en/tags/jit/</link><description>Recent content in Jit on wid's blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 16 Jun 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://wid-blog.github.io/en/tags/jit/index.xml" rel="self" type="application/rss+xml"/><item><title>Three Type Systems and Runtimes — JVM, CPython, and the Go Compiler</title><link>https://wid-blog.github.io/en/posts/tech/language/three-type-systems/</link><pubDate>Sun, 16 Jun 2024 00:00:00 +0000</pubDate><guid>https://wid-blog.github.io/en/posts/tech/language/three-type-systems/</guid><description>Java pairs static strong typing with JVM bytecode and adaptive JIT optimization. Python combines dynamic typing with an interpreter and declarative type hints. Go ships static structural typing and a single compiler. The type-system decision drives the runtime mechanism.</description></item></channel></rss>