Request for reviews (L): 6823354: Add intrinsics for {Integer,Long}.{numberOfLeadingZeros,numberOfTrailingZeros}()

Vladimir Kozlov Vladimir.Kozlov at Sun.COM
Wed Apr 22 16:07:52 PDT 2009


Christian,

About compiler changes:

I think you can add a new common ideal node super class (CountBits ?)
since all new ideal nodes and PopCount have the same bottom_type and ideal_req
instead of repeating the same declarations.

Also why you keep default 'false' values for Count flags?

I will look on assembler next.

Vladimir

Christian Thalinger wrote:
> http://cr.openjdk.java.net/~twisti/6823354/webrev.01/
> 



More information about the hotspot-compiler-dev mailing list