Re: [PATCH] rl78 adddi3 improvement

2017-10-13 Thread DJ Delorie
Sebastian Perta writes: > Please let me know if this is OK, Thank you! Sorry for the delay, it's OK and I committed it for you with a few minor changes to make it work with today's tree. Thanks!

[PING] [PATCH] rl78 adddi3 improvement

2017-09-26 Thread Sebastian Perta
Hi, I would like to ping the below patch posted on 14th of august. Thank you! Sebastian -Original Message- From: Sebastian Perta Sent: 14 August 2017 15:26 To: 'gcc-patches@gcc.gnu.org' <gcc-patches@gcc.gnu.org> Subject: [PATCH] rl78 adddi3 improvement The following patch im

[PATCH] rl78 adddi3 improvement

2017-08-14 Thread Sebastian Perta
The following patch improves both the speed and code size for 64 bit addition for RL78: it emits a library function call instead of emitting code for the 64 bit add for every single addition. The addition function which was added in libgcc is hand written, so more optimal than what GCC