Fei Yang

Results 20 comments of Fei Yang

I see the LKML link mentions this: "Just remove the check altogether and let PROT_WRITE imply PROT_READ as is the case on other architectures.". Is this change still necessary then?...

> > I see the LKML link mentions this: "Just remove the check altogether and let PROT_WRITE imply PROT_READ as is the case on other architectures.". Is this change still...

Personally, I prefer the following style: ``` __ relocate(spec, [&] { int32_t off = 0; la_patchable(t0, RuntimeAddress(entry), off); jalr(x1, t0, off); }); ``` Then the code looks more unified to...

> Here is the basic support for RISC-V: https://cr.openjdk.java.net/~shade/8291555/riscv-patch-1.patch > > -- I adapted this from AArch64 changes, and tested it very lightly. @RealFYang, can I leave the testing and...

> > Here is the basic support for RISC-V: https://cr.openjdk.java.net/~shade/8291555/riscv-patch-1.patch > > -- I adapted this from AArch64 changes, and tested it very lightly. @RealFYang, can I leave the testing...