[gem5-users] Re: Speeding up the Edit, Compile, Debug cycle

2021-04-16 Thread gabriel.busnot--- via gem5-users
Hi Gabe, Such configuration tool would be great, indeed! I buy the performance argument for using static linking in release builds. But for debug builds, it is slightly less convincing to me ;) In the mean time, if you have any tip you are using to speed up the Edit, Compile, Debug cycle, I

[gem5-users] Re: Speeding up the Edit, Compile, Debug cycle

2021-04-15 Thread Gabe Black via gem5-users
Hi Gabriel. One big reason not to use shared libraries is performance, although that doesn't mean the idea is without merit. In the long term, I would like to give gem5 a kconfig like configuration mechanism, where you could specify things to be built into gem5 itself, things to be excluded, and