diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2021-08-12 00:57:50 +0430 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-12 21:03:53 +0200 |
commit | fa2ae0256441f53c3dcee80be430c96589739731 (patch) | |
tree | cef506bc9e997492ae48419411980c86ca71294d /Kernel | |
parent | 2b35e9f9becd63a90e2772614d0b111fa896a275 (diff) | |
download | serenity-fa2ae0256441f53c3dcee80be430c96589739731.zip |
LibWasm: Avoid calculating stack bounds on each wasm call
We only need to know the initial bounds, which we calculate by default
when the interpreter is constructed.
This cuts down on syscalls and makes wasm calls a lot cheaper.
Diffstat (limited to 'Kernel')
0 files changed, 0 insertions, 0 deletions