Skip to content

Instantly share code, notes, and snippets.

View IAFahim's full-sized avatar
🧐
Focusing

Md. Ishtiaq Ahamed Fahim IAFahim

🧐
Focusing
View GitHub Profile
@IAFahim
IAFahim / Checked-restored-variant.cs
Created September 20, 2026 13:18
tl#286 raw receipts: probe source, perf-stat CSVs (before/after/variant-interleaved @ 6a0f676), disposition-restore variant + analyzers
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
namespace Tl;
internal static class Checked
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]