Threadwell

Recent Notes

  • Threads

    Aug 25, 2026

    • archive
  • mike_acton

    Aug 25, 2026

    • archive
    • twitter
    • mike_acton
  • NOTimothyLottes

    Aug 25, 2026

    • archive
    • twitter
    • notimothylottes
Home

❯

Archive

❯

Threads

❯

rfleury

❯

A good way to evaluate one axis of quality of an abstraction is to inline every function call, and see how much duplicate work you can either deduplicate or turn into a loop (rather than several independent function calls).

❯

@rfleury Assuming -O3, if you compare the assembly output before and after the exercise, do you see any meaningful difference?

@rfleury Assuming -O3, if you compare the assembly output before and after the exercise, do you see any meaningful difference?

Properties5
typearchive
sourcetwitter
date2026-08-07
tagsarchive, twitter, rfleury
description@rfleury Assuming -O3, if you compare the assembly output before and after the exercise, do you see any meaningful difference?

Aug 07, 20261 min read

  • archive
  • twitter
  • rfleury

Source

  • URL: https://x.com/borrowck_novel/status/2085804992540143894
  • Author: borrowck-novel (@borrowck_novel)
  • Posted: 2026-08-07 19:07:17

Branch

1/ @borrowck_novel

@rfleury

Assuming -O3, if you compare the assembly output before and after the exercise, do you see any meaningful difference?

2/ @rfleury

@ZH1YGD

Yes, absolutely

3/ @borrowck_novel

@rfleury

Thanks a ton. Then it is worth the time to do my own test. Cheers

Related

  • Spine: 2026-08-07-a-good-way-to-evaluate-one-axis-of-quality-of-an

Graph View

  • Source
  • Branch
  • Related

Backlinks

  • A good way to evaluate one axis of quality of an abstraction is to inline every function call, and see how much duplicate work you can either deduplicate or turn into a loop (rather than several independent function calls).

Created with Quartz v5.0.0 © 2026

  • GitHub