V8 does not currently do any auto-vectorization of JavaScript code.

SIMD support is coming to WebAssembly: https://github.com/WebAssembly/simd


On Wed, Sep 25, 2019 at 11:15 PM Piyush Katariya <corporate.piy...@gmail.com>
wrote:

> How aggressively V8 optimizes the JS code to translate into SIMD
> instructions (AVX, SSE, MMX etc) under the hood?
>
> I am not interested in SIMD.js project. I am interested in the code
> patterns which V8 JIT see as legit for data parallelization using SIMD
> depending upon host CPU architecture.
>
> Any detailed guide or blog will be helpful for me.
>
>
> Thanks
>
> --
> --
> v8-users mailing list
> v8-users@googlegroups.com
> http://groups.google.com/group/v8-users
> ---
> You received this message because you are subscribed to the Google Groups
> "v8-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to v8-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/v8-users/2eeedc4e-af40-4911-9cdd-ef909705a897%40googlegroups.com
> <https://groups.google.com/d/msgid/v8-users/2eeedc4e-af40-4911-9cdd-ef909705a897%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/CAKSzg3QtPbYU6nPSVQECYUq-WBm1j15macjHFg7B5K6oOVm5uw%40mail.gmail.com.

Reply via email to