-
Enhancement
-
Resolution: Unresolved
-
P4
-
21
-
x86
Another one from panama benchmarks.
Load/Store from off heap memory doesn't take advantage of some memory addressing schemes because:
Matcher::pd_clone_address_expressions() on x86 checks for:
!adr->in(AddPNode::Base)->is_top()
I think this should be revisited.
Load/Store from off heap memory doesn't take advantage of some memory addressing schemes because:
Matcher::pd_clone_address_expressions() on x86 checks for:
!adr->in(AddPNode::Base)->is_top()
I think this should be revisited.