[Bug target/85683] New: [8 Regression] GCC 8 stopped using RMW (Read Modify Write) instructions on x86[_64]

2018-05-07 Thread dmitry at zend dot com
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: dmitry at zend dot com Target Milestone: --- GCC 8 stopped generation of RMW instructions and uses 3 instructions instead of one. Although, this shouldn't a

[Bug c/43686] GCC doesn't duplicate computed gotos for functions marked as "hot"

2010-04-08 Thread dmitry at zend dot com
--- Comment #2 from dmitry at zend dot com 2010-04-08 13:54 --- yes. It's definitely the same issue. The only additional note that __attribute__((hot)) doesn't fix the problem (as I would expect tracing down optimize_bb_for_size_p()), but makes an additional slowdown. In opp

[Bug c/43686] New: GCC doesn't duplicate computed gotos for functions marked as "hot"

2010-04-08 Thread dmitry at zend dot com
owdown was removed in trunk, however I can't check that it was done in a proper way. -- Summary: GCC doesn't duplicate computed gotos for functions marked as "hot" Product: gcc Version: 4.4.3 Status: UNCONFIRM