Shane Peelar

Results 120 comments of Shane Peelar
trafficstars

No changes in the latest commit; just rebased. I see some new verbiage in main about "BatchedStrategies" for parallel queries. That's cool -- just wondering if maybe a different name...

When #6773 is merged, I'll port this over to using the new style of iteration.

FYI: did a little reading into the naming convention behind this concept. EnTT refers to it as "chunked iteration": https://github.com/skypjack/entt/issues/462 How do we feel about using the name "chunk" instead...

Hey Alice, this was an old comment that was addressed already. This code does not rely on any unstable rust features. Thank you! On Tue, Feb 28, 2023, 8:22 a.m....

Yeah this does make sense to me. The #6161 PR can be adapted to use the new style.

Of particular interest is the new `lto-dump` utility: https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/Invoking-lto-dump.html#Invoking-lto-dump

As mentioned in another issue: ~~~ GCC now defaults to -fno-common. As a result, global variable accesses are more efficient on various targets. In C, global variables with multiple tentative...

FYI: I managed to find exactly the `-fno-common` bugs in GentooLTO that aren't filed on the Gentoo Bugzilla: ~~~ app-crypt/staticgpg app-text/mupdf dev-lang/R dev-lang/erlang dev-lang/orc dev-libs/dbus-glib dev-libs/ffcall dev-libs/fribidi dev-libs/gobject-introspection dev-libs/libltdl dev-libs/libmspack...

OK, after re-testing each package, I narrowed it down to this list: ~~~ dev-libs/ffcall dev-libs/libmspack media-sound/wavpack dev-libs/dbus-glib dev-libs/fribidi x11-libs/xcb-util-cursor dev-python/dbus-python dev-libs/libpipeline sys-apps/usbredir x11-libs/xcb-util-xrm net-libs/libmbim sys-power/upower net-misc/modemmanager x11-libs/pango media-sound/sox media-sound/mpg123 dev-python/nautilus-python...

Reference #484