Re: GSoC, Make cp-demangle non-recursive and async-signal safety

2022-04-13 Thread Martin Jambor
Hello, On Fri, Apr 08 2022, Pedro Alves wrote: > Hi! > > I noticed the discussions about making cp-demangle use malloc/free instead of > recursion, > and I wonder about signal handlers, and I don't see that mentioned in > https://gcc.gnu.org/wiki/SummerOfCode's description of the project. > >

GSoC, Make cp-demangle non-recursive and async-signal safety

2022-04-08 Thread Pedro Alves
Hi! I noticed the discussions about making cp-demangle use malloc/free instead of recursion, and I wonder about signal handlers, and I don't see that mentioned in https://gcc.gnu.org/wiki/SummerOfCode's description of the project. See my question to Ian a few years back, here, and his answer:

Re: GSoC (Make cp-demangle non-recursive)

2022-04-07 Thread Martin Jambor
Hello, sorry for a late reply. On Sun, Mar 27 2022, Juan Scerri wrote: > Hello, > > Lately, I have been working on a way to implement recursion on the > heap to deal with the limits associated with recursion on the > stack. If a good implementation is reached that should allow us to > convert

GSoC (Make cp-demangle non-recursive)

2022-03-27 Thread Juan Scerri
Hello, Lately, I have been working on a way to implement recursion on the heap to deal with the limits associated with recursion on the stack. If a good implementation is reached that should allow us to convert the code. I have implemented the data structure and I have written a simple factorial

Re: GSoC (Make cp-demangle non-recursive)

2022-03-09 Thread Martin Jambor
Hello Juan, please remember to CC the list when discussing technical problems, ideas and approaches. Others may help you also, perhaps even better than I do. On Thu, Mar 03 2022, Juan Scerri wrote: > Hi Martin, > > Firstly, thank you for your response. > > I think I have a good knowledge of C.

Re: GSoC (Make cp-demangle non-recursive)

2022-03-02 Thread Martin Jambor
Hello Juan, we are delighted you found contributing to GCC interesting. On Sat, Feb 26 2022, Juan Scerri wrote: > To whom this may concern, > > Firstly, I will introduce myself. I am Juan Scerri and I am a student at > the University of Malta studying Computer Science and Mathematics for my >

Re: GSoC (Make cp-demangle non-recursive)

2022-02-26 Thread Juan Scerri
I have just realised that I have a typo. I meant to say 'do not hesitate'. Regards, Juan Scerri On Sat, 26 Feb 2022 at 11:34, Juan Scerri wrote: > To whom this may concern, > > Firstly, I will introduce myself. I am Juan Scerri and I am a student at > the University of Malta studying Computer

GSoC (Make cp-demangle non-recursive)

2022-02-26 Thread Juan Scerri
To whom this may concern, Firstly, I will introduce myself. I am Juan Scerri and I am a student at the University of Malta studying Computer Science and Mathematics for my undergraduate degree. I am currently in my first year of studies, which is technically my first formal introduction to