mikemccand commented on PR #12377:
URL: https://github.com/apache/lucene/pull/12377#issuecomment-1599201450

   > Have we checked if this actually made things faster? I remember getting 
surprised in the past because folding too much into a single loop would prevent 
C2 from recognizing that some bits can be auto-vectorized (like computing the 
min value across the entire array).
   
   Hmm, tricky.  I don't think we've tested if it's actually faster.  We could 
wait for nightlies to see any impact?  Or, revert now and benchmark before 
pushing again?  Darned fragile auto-vectorization... if these loops are an 
example of that, let's at least add a comment explaining so.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to