!FBuJyWXTGcGtHTPphC:nixos.org

Nix Rust

594 Members
Rust133 Servers

Load older messages


SenderMessageTime
28 Jun 2025
@dramforever:matrix.orgdramforeverfor anything, really13:27:27
@emilazy:matrix.orgemilyit doesn't actually break anything, right?13:27:59
@dramforever:matrix.orgdramforeverthe way that pr went with a kludge to carve out x86-32 is not ideal but at least i can say it's just dependent on targetPlatform13:28:01
@emilazy:matrix.orgemilyit's just slower13:28:02
@dramforever:matrix.orgdramforeveryes, it's just slower13:28:10
@emilazy:matrix.orgemilybeing able to pick our settings based on what's good for the platforms we actually support is part of why we have support tiers13:28:20
@emilazy:matrix.orgemilypeople running exotic platforms can overlay things themselves13:28:29
@emilazy:matrix.orgemilyI don't think it's worth a platform conditional considering that setting something unconditionally is a lot simpler all around13:28:47
@dramforever:matrix.orgdramforeverto me it's more of a "cleanliness" of the solution over what we break13:29:06
@emilazy:matrix.orgemilyI feel break is not the right word to use :)13:30:12
@dramforever:matrix.orgdramforeveryeah because it's not13:30:26
@dramforever:matrix.orgdramforever* yeah because it's not breaking anything13:30:29
@qyliss:fairydust.spaceAlyssa RossI don't think there's any real complexity to making this conditional?13:30:42
@emilazy:matrix.orgemilyit's also not an exotic platform in general thing but just an x86 is the most register starved ISA in history thing13:30:44
@emilazy:matrix.orgemily
In reply to @qyliss:fairydust.space
I don't think there's any real complexity to making this conditional?
would it not be doable as just a flag to the rustc build otherwise?
13:31:01
@emilazy:matrix.orgemilyand forget about wrappers or Cargo or anything13:31:11
@qyliss:fairydust.spaceAlyssa RossOh, is it?13:31:11
@qyliss:fairydust.spaceAlyssa RossIn that case sure13:31:17
@dramforever:matrix.orgdramforeverbut i am annoyed by the fact that if we check targetPlatform in rustc it means there's a weird case where people cross compiling from x86-32 would find their build scripts and proc macros running with frame pointers enabled13:31:19
@dramforever:matrix.orgdramforeverrustc wrapper, i mean13:31:42
@emilazy:matrix.orgemily targetPlatform is evil and we should not poison multi-target compilers with it any more than necessary :( 13:32:02
@emilazy:matrix.orgemily I was just talking about the path to getting rid of wrappers for Clang in #stdenv:nixos.org 13:32:17
@dramforever:matrix.orgdramforeversure, if only it was easy to check the actual target13:33:44
@emilazy:matrix.orgemily we shouldn't have logic like that at all beyond the native target configuration files LLVM and Rust supports 13:34:25
@emilazy:matrix.orgemilyanyway, doing things that work on every platform is good, but adding complexity that moves us away from things that can work upstream/without wrappera just to improve performance on systems we explicitly don't support out of a small legacy subset defeats the point of having guidelines about platform support IMO13:35:18
@emilazy:matrix.orgemily(if there's actually perf-relevant stuff in our supported i686-linux set like maybe parts of Mesa then that's another matter though, but I suspect not as good don't think we can even build Rust for i686-linux?)13:36:48
@emilazy:matrix.orgemily(as in the compiler. maybe we can)13:36:55
@emilazy:matrix.orgemily(I figured it would be one of those things that exhausts the address space)13:37:06
@qyliss:fairydust.spaceAlyssa RossWe could last I checked13:37:13
@qyliss:fairydust.spaceAlyssa RossWhich was probably a year or so ago13:37:32

Show newer messages


Back to Room ListRoom Version: 6