|
|
|
|
|
by uluyol
890 days ago
|
|
In case anyone is interested, V8 pre-ignition/TurboFan had different tiers [1]: full-codegen (dumb and fast) and crankshaft (optimizing). It's interesting to see how these things change over time. [1]: https://v8.dev/blog/ignition-interpreter |
|