Programmer. Gamer. Weirdo. Pizza annihilator. Rubik’s Cuber.

Not afraid of being honest. Native German speaker, fluent in English.

Aroace. Trans Ally.

Part of the big Reddit user migration.

  • 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle
  • makes me wonder why that is. priorities? uncleared questions in implementation strategy? or is the inner compiler structure of GCC just in a state that takes more time and effort to rewrite in order support something like modules? Like did GCC naturally have a greater implementation space distance to modules than MSVC and Clang had?

    I generally wonder how much of that is a factor which decides which compiler gets which features first. If one compiler already does something very similar to feature X, it’s just a matter of a few code line changes, or in extreme cases different default compiler flags. contrast that to a complete rewrite of one of the core algorithms and/or data structures.