[gem5-users] Re: Compiling gem5 on ARM Based Host

2022-01-07 Thread Gabe Black via gem5-users
As far as why opt is smaller than fast, that could be because the compiler is optimizing more aggressively for performance at the cost of binary size with those settings? Just a guess. Gabe On Fri, Jan 7, 2022 at 10:45 AM Thomas, Samuel via gem5-users < gem5-users@gem5.org> wrote: > Hi Jason, >

[gem5-users] Re: Compiling gem5 on ARM Based Host

2022-01-07 Thread Thomas, Samuel via gem5-users
Hi Jason, Weirdly, only a few fast binaries exceed 5MB in size: 5.6Mbuild/ARM/arch/arm/generated/generic_cpu_exec_2.fo 6.0Mbuild/ARM/arch/arm/generated/generic_cpu_exec_5.fo 6.0Mbuild/ARM/arch/arm/generated/inst-constrs-1.fo 6.1Mbuild/ARM/arch/arm/generated/generic_cpu_exec_4.fo

[gem5-users] Re: Compiling gem5 on ARM Based Host

2022-01-07 Thread Jason Lowe-Power via gem5-users
Hi Sam, I was wondering when this problem would come up again. Here's a Jira issue to track the same thing in a different context: https://gem5.atlassian.net/browse/GEM5-1003 Could you do something like `du -h build/ | sort -h` to see what objects are the biggest? I'm going to guess that there