Hi,
I'm currently working on a Rust frontend for GCC. Rust has some
language-level conditional compilation features based on the presence or
lack of features in the target architecture (e.g. SSE, AVX, a static C
runtime) as well as the target CPU architecture itself, target OS, and
various other ta
On Tue, Dec 31, 2019 at 09:25:01PM -0800, Andi Kleen wrote:
> Would be useful to figure out in more details where the memory
> consumption goes in your test case.
>
> Unfortunately gcc doesn't have a good general heap profiler,
> but I usually do (if you're on Linux). Whoever causes most page
> fa
In the following git log entry, I made a typo on the PR number in the
libgfortran ChangeLog file. I noticed this right after the git commit,
while editing the git log.
So I quit the edit without saving and git reported that the commit was
aborted.
Then I edited the my local ChangeLog file, d
On Dec 30, 2019, "Richard Earnshaw (lists)" wrote:
> Right, (and wrong). You have to understand how the release branches and
> tags are represented in CVS to understand why the SVN conversion is done
> this way.
I'm curious and ignorant, is the convoluted representation that Maxim
described wha