restes's comments

restes | 27 days ago | on: MacBook Neo

>People are having beachballs on machines with 32GB and more.

Well, sure, because the beachball means the main thread is hung, and that can happen for many reasons unrelated to memory pressure.

restes | 2 years ago | on: Apple Pay Later: What Are the Crazy Ones Up To?

> You essentially can make money buying something.

Well, only if you can earn more over 12 months than the asset you bought depreciated. I think a better way to look at it is that you can earn a small discount.

restes | 4 years ago | on: Chris Lattner left Swift core team

Compilers are free to assume x is non-null at the time it’s dereferenced, so isn’t it true by definition? Do you have an example that doesn’t rely on undefined behavior?

restes | 4 years ago | on: Chris Lattner left Swift core team

The GP was referring to C++

>I would almost never write C++ …

Edit: nevermind, I missed the point! GP is saying he wouldn’t write C++ if C supported these features.

restes | 4 years ago | on: Chris Lattner left Swift core team

>why can't I specify, and have the compiler yell at me if I don't properly handle, "this pointer may never be null"

You can do so easily. A reference is a pointer that is never null.

page 1