Skip to content

Commit

Permalink
Update planning.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb authored Sep 5, 2024
1 parent 89f245e commit af2aef5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ UVM has been [designed](/doc/design.md) with JIT compilation in mind, that
is, we've made multiple design choices that we think will make it easier
to generate efficient machine code from our bytecode instructions. We
believe it should be possible to get good performance with a fairly
simple JIT compiler. A speedup of 20x or more over the interpreter
should be expected, and hopefully near-native performance.
simple JIT compiler. A speedup of ~20x over the interpreter
should be achievable, and hopefully near-native performance.

We don't want to stat working on the JIT compiler very early in the
We don't want to start working on the JIT compiler very early in the
prototype stage, because it's easier to quickly iterate over the design
while working with an interpreter, but experimentation with
JIT compilation needs to happen before we stabilize the current design.
Expand Down

0 comments on commit af2aef5

Please sign in to comment.