dotnet/runtime

Review and update `ryujit-tutorial.md`

Open

#69.988 geöffnet am 30. Mai 2022

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C# (5.445 Forks)batch import
area-CodeGen-coreclrhelp wanted

Repository-Metriken

Stars
 (17.886 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)

Beschreibung

While still largely accurate, the document contains some bits of outdated information, e. g.:

.NET is somewhat unique in that it currently has a single-tier JIT – no interpreter, and no re-optimizing JIT.
While an interpreter exists, and experimentation has been done on re-jitting, the current model remains single-tier.

And old-style dumps:

▌  Statement  (top level) (IL 0x01D
│        ┌──▌  const int 1
│     ┌──▌  & int
│     │  └──▌  lclVar int V08
│  ┌──▌  + int
│  │  └──▌  lclVar int V06
└──▌  = int
   └──▌  lclVar int V06

The accompanying ryu-jit-overview.md document should also be reviewed and updated.

category:documentation theme:big-bets

Contributor Guide