Re: [v8-users] V8 port for platform where code is in execute-only memory

2021-06-01 Thread martin dobrev
Currently I don't need support for wasm. But just in case I set `--no--expose_wasm` and `--jitless` flags. Thank you for extra information! В 15:11:49 ч. UTC+3на вторник, 1 юни 2021 г. Clemens Backes написа: > Note that WebAssembly far jump tables also read the target address from > the code ob

Re: [v8-users] V8 port for platform where code is in execute-only memory

2021-06-01 Thread Clemens Backes
Note that WebAssembly far jump tables also read the target address from the code object (see JumpTableAssembler::EmitFarJumpSlot ). There is no workaround

Re: [v8-users] V8 port for platform where code is in execute-only memory

2021-05-31 Thread martin dobrev
Looks like this do the job. Thank you for the fast response. В 8:46:43 ч. UTC+3на понеделник, 31 май 2021 г. jgr...@chromium.org написа: > Yes, running with a non-readable .text section should work. > Pass --no-partial-constant-pool to disable the mechanism you mentioned > above. > > On Wed, M