mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Merge 0325d2caf1
into 328d5ef2a0
This commit is contained in:
commit
a7803acbda
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ error handling for unexpected types, that is not supported in Fast calls.
|
|||
|
||||
Optimized calls enter a JIT compiled function "trampoline" that translates Fast
|
||||
API values directly for symbol calls. JIT compilation itself is super fast,
|
||||
thanks to `tinycc`. Currently, the optimized path is only supported on Linux and
|
||||
MacOS.
|
||||
thanks to `cranelift`.
|
||||
|
||||
To run benchmarks:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue