← Back to context Comment by rednafi 1 hour ago It's all tradeoffs. Fully monomorphized generics tend to blow up compile time. 1 comment rednafi Reply drivebyhooting 1 hour ago Full monomorphization can also greatly increase code size and icache pressure. Especially if LTO was not possible.I haven’t seen icache pressure causing performance degradation in the wild but it is in theory possible.
drivebyhooting 1 hour ago Full monomorphization can also greatly increase code size and icache pressure. Especially if LTO was not possible.I haven’t seen icache pressure causing performance degradation in the wild but it is in theory possible.
Full monomorphization can also greatly increase code size and icache pressure. Especially if LTO was not possible.
I haven’t seen icache pressure causing performance degradation in the wild but it is in theory possible.