Hi here,
I'm a Master of Computer Science student at the University of Melbourne.
Previously, I worked on implementing a GCC optimization prefetching pass
(which involved loop unrolling) for an Alpha-like computer architecture.
I'm set to complete my research project in July and graduate soon.
I'
On Sun, Mar 9, 2025 at 7:59 PM Nelson Chu wrote:
>
>
>
> On Mon, Mar 10, 2025 at 10:04 AM Fangrui Song wrote:
>>
>> I am intrigued by the problem but I have trouble understanding the
>> description. What behavior does this patch change?
>>
>> > riscv64-unknown-linux-gnu-gcc test.c
>> > -Wl,--unr
On Mon, Mar 10, 2025 at 10:04 AM Fangrui Song wrote:
> I am intrigued by the problem but I have trouble understanding the
> description. What behavior does this patch change?
>
> > riscv64-unknown-linux-gnu-gcc test.c
> -Wl,--unresolved-symbols=ignore-in-object-files
>
> There is no -nostdlib, th
On Thu, Mar 6, 2025 at 7:05 PM Nelson Chu wrote:
>
> Committed, thanks.
>
> Nelson
>
> On Mon, Mar 3, 2025 at 11:51 AM Nelson Chu wrote:
>>
>> Looks like we could give it a try and see if it works and won't affect
>> current projects. I will commit it before this weekend if there are no
>> obj
Snapshot gcc-15-20250309 is now available on
https://gcc.gnu.org/pub/gcc/snapshots/15-20250309/
and on various mirrors, see https://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 15 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch
Hi Jose,
On Sat, Mar 08, 2025 at 02:17:52PM +0100, Jose E. Marchesi wrote:
> > Since you already have a fork on the (experimental) forge we could
> > also move your fork under https://forge.sourceware.org/gcc that way
> > you can experiment with merge requests if you like. Even if all your
> > pat