Description[wasm] Use pimpl idiom for interpreter thread implementation
We used dynamic dispatch before, which has considerable runtime
overhead. Pimpl (a.k.a. opaque pointer) has the same memory overhead
of one additional pointer, but less runtime overhead.
R=titzer@chromium.org
Review-Url: https://codereview.chromium.org/2639013002
Cr-Commit-Position: refs/heads/master@{#42442}
Committed: https://chromium.googlesource.com/v8/v8/+/7634b0eb13e945191c04e63af86bf9fdc1f6aa4c
Patch Set 1 #Patch Set 2 : Fix android and windows compile errors #
Dependent Patchsets: Messages
Total messages: 16 (13 generated)
|