review (S) for 6752257

Chuck Rasbold Chuck.Rasbold at Sun.COM
Thu Oct 9 10:47:42 PDT 2008


http://webrev.invokedynamic.info/rasbold/6752257

6752257: Use NOT instead of XOR -1 on x86
Summary: add match rule for xor -1
Reviewed-by:

Using "not" instead of "xor -1" saves a byte in the instruction stream 
on x86.



More information about the hotspot-compiler-dev mailing list