Skip to content

Commit f105c3f

Browse files
authored
Update IDEAS.md
1 parent cccb544 commit f105c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IDEAS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The highly-optimised mode compiles the wasm binary once into executable code wit
2020

2121
The lift-off mode compiles the wasm binary multiple times, progressively generating a more optimised executable with each iteration. Right now there will only be two iterations. Lift-off mode requires a hand-off process that can be a bit costly. This mode is useful for JIT scenarios where you need the module to start as fast as possible with deferred optimization.
2222

23-
We are using OrcV2 because it promises concurrent compilation and makes JITing a lot easier with support for loading and dumping object code. It also opens the possibility of profile-guided optimization in the future.
23+
We are using OrcV2 because it promises concurrent compilation and makes JITing a lot easier with support for loading and dumping object code. It also opens up the opportunity of profile-guided optimization in the future.
2424

2525
https://v8.dev/blog/liftoff
2626

0 commit comments

Comments
 (0)