_Nomodify extension idea for optimization and safety

2019-08-23 Thread MCC CS
Hi, I've thought of a simple optimization. I'm sending this because I'd like feedback on it, and I might submit a C proposal a few years later. This (https://theartofmachinery.com/2019/08/12/c_const_isnt_for_performance.html) blog post inspired me. The summary is that the const-ness of const poin

Re: Replacing DejaGNU

2019-01-14 Thread MCC CS
other platforms, but I might try rewriting it in the future if I have time, as I believe there's still some room for optimizations.   Thanks Sent: Monday, January 14, 2019 at 4:57 PM From: "Richard Biener" To: "Rainer Orth" Cc: "MCC CS" , "GCC Development&qu

Replacing DejaGNU

2019-01-14 Thread MCC CS
Hi all, I've been running the testsuite on my macOS, on which it is especially unbearable. I want to (at least try to) rewrite a DejaGNU replacement accepting the same syntax and having no dependency, should therefore be faster. I was wondering if there have been any attempts on this? Knowing what