Greetings! V8 often calls the embedder to schedule delayed or background work. Our embedder has its own JIT compiler.
It appears that sometimes, on Apple Silicon, V8 calls the embedder with Thread JIT Write Protection in the "write, don't execute" state (see pthread_jit_write_protect_np). The embedder then blows up on any attempt to execute its own JIT-compiled code. Our question for the V8 team: Should we report this? Would it be considered a V8 bug? Thanks! -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/a26be36b-b422-47b7-8fa3-60e7a8f0e348n%40googlegroups.com.
