Hacker News new | ask | show | jobs
by perflexive 3708 days ago
I have no experience with LLVM internals, but couldn't you split up the code and disable some of LLVM's optimizations on blocks defined by the programmer?

Or do you have to pass the entire program at once to LLVM? Maybe the ability to disable optimizations only on certain functions is possible, idk, but I think it certainly would be nice.

1 comments

I'm not knowledgeable about that, to be honest.