Apple CPU tricks: memory reordering, JavaScript support, ref counting
1–10 of 196 posts
Re: Apple CPU tricks: memory reordering, JavaScript support, ref counting
#2Re: Apple CPU tricks: memory reordering, JavaScript support, ref counting
#3Re: Apple CPU tricks: memory reordering, JavaScript support, ref counting
#4I wish we'd get that on x86_64 too. Especially since it seems like an obvious and easy win.
Re: Apple CPU tricks: memory reordering, JavaScript support, ref counting
#5Twitter makes no sense as platform for long reads. The format is atrocious and difficult to follow. (When all that you have is a hammer all problems seem a nail)
Now that you just scroll down like any other website, it just sounds like tired complaining.
Re: Apple CPU tricks: memory reordering, JavaScript support, ref counting
#6Re: Apple CPU tricks: memory reordering, JavaScript support, ref counting
#7Finally I see somebody mentioning the memory ordering. I've been wondering for a while how they've managed to get multithreaded x86 emulation working fast. I had heard mentions of "kernel support", but hadn't really looked into it much. It turns out that what I had guessed was correct, and that they simply added intel's memory ordering as an optional mode to their processor; "When running translated x86 code, they sw…
Re: Apple CPU tricks: memory reordering, JavaScript support, ref counting
#8"They did something in their CPU to double the speed of reference counting." I wish we'd get that on x86_64 too. Especially since it seems like an obvious and easy win.
Re: Apple CPU tricks: memory reordering, JavaScript support, ref counting
#9Twitter makes no sense as platform for long reads. The format is atrocious and difficult to follow. (When all that you have is a hammer all problems seem a nail)
This was a legitimate criticism back when there was no way to thread tweets and you had to read them in reverse. Now that you just scroll down like any other website, it just sounds like tired complaining.
Not having to read the text backwards is a extremely low bar, I expect more from a text.
Twitter is the wrong tool for the task, a very bad one.
Re: Apple CPU tricks: memory reordering, JavaScript support, ref counting
#10"They did something in their CPU to double the speed of reference counting." I wish we'd get that on x86_64 too. Especially since it seems like an obvious and easy win.