Cameron Kaiser
Cameron Kaiser
Sure, we'll just wave our hands and have "updated system apis." Whatever that means.
Then someone(tm) should do it. I don't run Linux on any of my Power Macs and have no plans to. If you believe this is a priority, feel free to...
The network code caused JPEG artifacts on Macintosh Repository, probably due to bad HTTP chunking. Disabling it and flushing the cache removed the artifacts. I suspect the problem is the...
Do you have a diff? If it seems reasonable, I'll incorporate it into FPR12 (I'm already typing this in what will be the FPR11 beta).
Actually, I just finished reading it. Clever. It definitely needs a full beta bake time, but it's pretty ingenious, I must say. Can you turn it into a PR?
Sure, take your time. This won't get integrated for a few weeks until I'm into FPR12. What are you using to do your benchmarks?
I haven't forgotten about this, I've just been on the Talos II all week. How much faster is the assembly version, for my interest? If it's a big delta, we...
Yes, I'm still interested, I just don't have a large number of cycles just now (between fixing Talos II issues with Firefox like https://bugzilla.mozilla.org/show_bug.cgi?id=1512162 and the holiday) but the idea...
Okay. We're back to this now that I have most of the other stuff for FPR12 landed and I have a testing G5 build up.
I'm looking at your `strchr` implementation. Most of it looks good, but I don't see an early return if a null is found before the character did as the older...