[ https://issues.apache.org/jira/browse/HARMONY-3794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Shipilev updated HARMONY-3794: -------------------------------------- Comment: was deleted > Minor code quality improvements: peephole and RA-related > -------------------------------------------------------- > > Key: HARMONY-3794 > URL: https://issues.apache.org/jira/browse/HARMONY-3794 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: Win 32/64 > Reporter: Aleksey Shipilev > Priority: Minor > Attachments: HARMONY-3794.patch > > > 1. "CMP reg, 0 -> TEST reg, reg" peephole optimization > 2. Breaking dependency on ECX while calling JIT helper for LockAndCompareExchange: > replacing "LOCK CMPXCHG reg, ECX" with "LOCK CMPXCHG reg, reg". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.