Re: RFR: 8350748: VectorAPI: Method "checkMaskFromIndexSize" should be force inlined

2025-03-02 Thread Xiaohong Gong
On Thu, 27 Feb 2025 23:30:29 GMT, Paul Sandoz wrote: >> Method `checkMaskFromIndexSize` is called by some vector masked APIs like >> `fromArray/intoArray/fromMemorySegment/...`. It is used to check whether the >> index of any active lanes in a mask will reach out of the boundary of the >> give

Re: RFR: 8350748: VectorAPI: Method "checkMaskFromIndexSize" should be force inlined

2025-02-27 Thread Paul Sandoz
On Thu, 27 Feb 2025 06:43:19 GMT, Xiaohong Gong wrote: > Method `checkMaskFromIndexSize` is called by some vector masked APIs like > `fromArray/intoArray/fromMemorySegment/...`. It is used to check whether the > index of any active lanes in a mask will reach out of the boundary of the > given

RFR: 8350748: VectorAPI: Method "checkMaskFromIndexSize" should be force inlined

2025-02-26 Thread Xiaohong Gong
Method `checkMaskFromIndexSize` is called by some vector masked APIs like `fromArray/intoArray/fromMemorySegment/...`. It is used to check whether the index of any active lanes in a mask will reach out of the boundary of the given Array/MemorySegment. This function should be force inlined, or a