logoalt Hacker News

stabblestoday at 7:40 PM1 replyview on HN

What if the tool is more advanced, like an optimizing compiler: `g++ -O3 -march=native -x c++ - <<EOF ... EOF`

If the compiler invocation is sufficiently slow, the llm could consider outputting a binary directly?

For all we know matrix multiplications are a faster way to generate optimized machine code than branchy sequential compiler code with tons of heuristics and passes.


Replies

echoangletoday at 7:49 PM

> For all we know matrix multiplications are a faster way to generate

“are” or “could be”?