|
66 | 66 | /* Staged in v8.7 * */ \ |
67 | 67 | V(return_call, "return call opcodes", false) \ |
68 | 68 | \ |
69 | | - /* Threads proposal. */ \ |
70 | | - /* https://github.com/webassembly/threads */ \ |
71 | | - /* NOTE: This is enabled via chromium flag on desktop systems since v7.4 */ \ |
72 | | - /* (see https://crrev.com/c/1487808). ITS: https://groups.google.com/a/ */ \ |
73 | | - /* chromium.org/d/msg/blink-dev/tD6np-OG2PU/rcNGROOMFQAJ */ \ |
74 | | - /* V8 side owner: gdeepti */ \ |
75 | | - V(threads, "thread opcodes", false) \ |
76 | | - \ |
77 | 69 | /* Type reflection proposal. */ \ |
78 | 70 | /* https://github.com/webassembly/js-types */ \ |
79 | 71 | /* V8 side owner: ahaas */ \ |
|
96 | 88 | /* V8 side owner: gdeepti, zhin */ \ |
97 | 89 | /* Staged in v8.7 * */ \ |
98 | 90 | /* Shipped in v9.1 * */ \ |
99 | | - V(simd, "SIMD opcodes", true) |
100 | | - |
| 91 | + V(simd, "SIMD opcodes", true) \ |
| 92 | + \ |
| 93 | + /* Threads proposal. */ \ |
| 94 | + /* https://github.com/webassembly/threads */ \ |
| 95 | + /* NOTE: This is enabled via chromium flag on desktop systems since v7.4, */ \ |
| 96 | + /* and on android from 9.1. Threads are only available when */ \ |
| 97 | + /* SharedArrayBuffers are enabled as well, and are gated by COOP/COEP */ \ |
| 98 | + /* headers, more fine grained control is in the chromium codebase */ \ |
| 99 | + /* ITS: https://groups.google.com/a/chromium.org/d/msg/blink-dev/ */ \ |
| 100 | + /* tD6np-OG2PU/rcNGROOMFQAJ */ \ |
| 101 | + /* V8 side owner: gdeepti */ \ |
| 102 | + V(threads, "thread opcodes", true) \ |
| 103 | + \ |
101 | 104 | // Combination of all available wasm feature flags. |
102 | 105 | #define FOREACH_WASM_FEATURE_FLAG(V) \ |
103 | 106 | FOREACH_WASM_EXPERIMENTAL_FEATURE_FLAG(V) \ |
|
0 commit comments