Re: [PATCH] Add --disable-tm-clone-registry libgcc configure option.

2019-06-27 Thread Jim Wilson
On Thu, Jun 20, 2019 at 12:50 PM Jim Wilson wrote: > This looks OK to me. It is worth pointing out that ARM already ships > compilers built this way, but they didn't bother adding a configure > option. They just override Makefile variables in their build scripts. > I think this is much cleaner a

Re: [PATCH] Add --disable-tm-clone-registry libgcc configure option.

2019-06-20 Thread Jim Wilson
On Wed, Jun 12, 2019 at 5:57 PM wrote: > This patch adds libgcc configuration option to disable TM clone > registry. This option helps to reduce code size for embedded targets > which do not need transactional memory support. This looks OK to me. It is worth pointing out that ARM already ships c

[PATCH] Add --disable-tm-clone-registry libgcc configure option.

2019-06-12 Thread ilia . diachkov
Hello, This patch adds libgcc configuration option to disable TM clone registry. This option helps to reduce code size for embedded targets which do not need transactional memory support. Tested on x86_64 and riscv64-unknown-elf-gcc, the last is with the option enabled. If the change is Ok