A simple optimization proposal (original) (raw)
Martin Grajcar maaartinus at gmail.com
Wed Feb 12 15:45:04 PST 2014
- Previous message: A simple optimization proposal
- Next message: A simple optimization proposal
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm afraid, not all equivalences listed in https://bugs.openjdk.java.net/browse/JDK-8003585 are right, namely the first one
(x & m) <= m, if and only if (m >= 0)
Using x = -1 reduces the LHS to m <= m. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20140213/64ba6398/attachment.html
- Previous message: A simple optimization proposal
- Next message: A simple optimization proposal
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list