chuggafan
chuggafan
I would like to add an addendum to this: Researching ways of removing large chunks of the allocation we do at all, the compiler has memory problems outright and changing...
I don't know, the changing of the data formats that we're sending between the compiler sections means that we definitely do #473 before this so that everything makes sense there,...
Some other stuff that might help that I am currently working on is reorganizing structs so that they are more able to be "packed", while this might affect us if...
Alignment would probably be effected, but if we can make it aligned along cache lines if they aren't something that can be when we're doing large arrays or things of...
Autocomplete seems like a difficult task, it would require querying the compiler for the struct's descendant fields and then display them, but that would require a language-server like mode as...
Is that a CI build or is that a release build? because those are two different beasts
I've actually been for awhile looking at quite a few optimization papers because I know that GCC and CLANG do it so much better and all of the issues I've...
I'll try, but a lot of them got lost, they're fairly easy for me to re-find iirc however, so I'll do that in the next few days.
We could even add an IR stage for the frontend now that I think about it, because some builtins are special for each stage such as the template and constexpr...
I don't think an [[occ::intrinsic]] is needed... maybe our current system technically works well? It could probably do with a bit more special casing... thinking about it more should probably...