this post was submitted on 20 Jan 2025
54 points (96.6% liked)

Linux

5679 readers
167 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 3 days ago (2 children)

What are you referring to? I don't think these changes have anything to do with AI.

The closest thing in the article I found in the article was a mention of LLVM, which is a totally different thing from LLMs, if that's what you're thinking.

[–] [email protected] 4 points 3 days ago (1 children)
[–] [email protected] 1 points 3 days ago

Lol. The thumbnail doesnt even render for me. My bad.

[–] [email protected] 1 points 3 days ago

They are using the LLVM to optimize the code before it is run by the computer. They say no code runs faster than the one optimized by llvm. Sometimes it doesn't work after llvm, llvm breaks it.
LLVM reinterprets your entire code and sometimes it interprets wrongly and breaks your ~~undefined behavior~~ smart tricks.
Especially O3 they say does this a lot.
Now that openAI has released O4, hope is that will improve.