d3ad social login

[d3ad]

tags labelled 'gcc' e

please login to post
@barray on Sat Sep 24 11:13:39 UTC 2022 said: &e
It's amazing to me that #compilers don't (or can't) #optimize for #duplicate #strings https://lemire.me/blog/2022/09/23/optimi.. There is some interesting work in this space on #superstrings that do #compress . There's an interesting #comment here about how this might be turned on in #gcc using #lld https://news.ycombinator.com/item?id=329..
@barray on Sun Mar 06 02:17:42 UTC 2022 said: &e
Interesting, #gcc and generally #cfamily #programming can be quite messy! https://people.eecs.berkeley.edu/~necula..
@barray on Thu Feb 10 15:43:17 UTC 2022 said: &e
Really excited to work on this #database #concept when I get a spare minute: https://coffeespace.org.uk/projects/data.. Lots of nice ideas that could really open up the door to some cool #projects ! Worth checking out the #gcc 128 bit #support for #hashes too: https://stackoverflow.com/a/54815033/284.. In #theory there will soon be enough to #replace #deadsocial with a #memory #bound #binary version.
@barray on Mon Nov 15 10:16:55 UTC 2021 said: &e
Ouch, #gcc 's #fastmath could be considered quite #dangerous to have switched on during #compile time, especially if you don't understand the consequences of the #flag https://simonbyrne.github.io/notes/fastm..
@barray on Sun Nov 07 01:51:31 UTC 2021 said: &e
Nice #discussion about the #implementation of #spinlocks in #gcc and #linux https://blog.regehr.org/archives/2173 I would suggest that the 32 #bit #arm #limit of 65k #cores might *actually* come to bite somebody pretty soon. I could see a stripped down version of Linux running on a GPU in the near future for example.
@barray on Thu Aug 19 14:43:51 UTC 2021 said: &e
Hehe, looks like the #llvm #gcc #compiler gets a little carried away in the #optimization process: https://twitter.com/jckarter/status/1428.. The #collatz #conjecture is an interesting problem for sure! I wrote a "better" #implementation quite some years ago: https://github.com/danielbarry/callatz-c..