Skip to content

Instantly share code, notes, and snippets.

View amantinband's full-sized avatar

Amichai Mantinband amantinband

View GitHub Profile
@amantinband
amantinband / 63937-exportVector-il-disasm-annotated.txt
Last active August 11, 2026 10:44
dart-lang/sdk#63937: NativeSceneExporter._exportVector IL + optimized disasm + StackMaps at the capture-era source (b7e8b87f), arm64 release AOT, Flutter 3.44.8
This file has been truncated, but you can view the full file.
# gen_snapshot IL + optimized disassembly dump (WITH --code-comments) for NativeSceneExporter._exportVector
# Source: commit b7e8b87f701d7555455d48b5739638670e529374 (parent of fix d8e9be041), arm64, release AOT
# Flutter 3.44.8 stable (engine 0cd610717b), macOS gen_snapshot_arm64
# Invocation:
# executing: /opt/homebrew/Caskroom/flutter/3.32.6/flutter/bin/cache/artifacts/engine/darwin-x64-release/gen_snapshot_arm64 --deterministic --print-flow-graph-optimized --disassemble-optimized --print-flow-graph-filter=NativeSceneExporter._exportVector --code-comments --snapshot_kind=app-aot-macho-dylib --macho=/private/tmp/claude-501/-Users-amantinband-flutter-brilliant-client-brilliant/2780d7f3-dcee-4528-b1cd-000f94bb8a50/scratchpad/wt-63937-dump/client/brilliant/.dart_tool/flutter_build/93bc162f28219cecbe1456794a37c876/arm64/App.framework/App --macho-object=/private/tmp/claude-501/-Users-amantinband-flutter-brilliant-client-brilliant/2780d7f3-dcee-4528-b1cd-000f94bb8a50/scratchpad/wt-63937-dump/client/brilliant/.d
@amantinband
amantinband / Aggregates.Bill.md
Last active August 12, 2026 18:16
Buber Dinner Domain Aggregates

Domain Aggregates

Bill

class Bill
{
    // TODO: Add methods
}
@amantinband
amantinband / ExceptionCustomizations.cs
Created March 24, 2022 10:48
Struct vs class validatable
using OneOf;
namespace Throw;
/// <summary>
/// The exception customizations.
/// Contains a discriminated union of all possible exception customization options.
/// </summary>
public struct ExceptionCustomizations
{