|
|
|
|
|
by fleitz
5055 days ago
|
|
I'd say it's on par with the CLR, similar corner cases, similar annoyances. The biggest problem I've had with the CLR is threads bouncing between CPUs but I'd attribute that to Windows as I worked around it with some Win32 calls to pin threads to processors. Can't really compare to LLVM, I haven't personally encountered any of the known llvm bugs (clang to be fair) with Obj-C. |
|