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

2021-05-31 Thread martin dobrev
gt; > On Wed, May 26, 2021 at 3:43 PM martin dobrev wrote: > >> Hi, >> >> Recently i ported v8 for unix base platform (architecture is x64) where >> all executable memory is "execute only" => each instruction which try to >> read from executabl

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

2021-06-01 Thread martin dobrev
mbly, you > would have to change how the far jump table works on x64. > > On Mon, May 31, 2021 at 5:46 PM martin dobrev wrote: > >> Looks like this do the job. >> >> Thank you for the fast response. >> >> В 8:46:43 ч. UTC+3на понеделник, 31 май 2021 г. jgr