search for: unlurking

Displaying 2 results from an estimated 2 matches for "unlurking".

Did you mean: lurking
2016 Dec 18
0
LLD status update and performance chart
On Sat, 17 Dec 2016 21:43:16 -0500 Andrew Kelley via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I agree that if an API user violates the API of a library, it is > appropriate for the library to abort with a fatal error. <unlurking> Is it? If you pass an invalid fd to the libc, it replies with a EBADF, it doesn't crash hard. Most mature libraries have guards against invalid or inconsistent parameter values, and return error codes to the caller. As someone who maintains and uses an LLVM binding to Python (llvmlite), i...
2016 Dec 18
3
LLD status update and performance chart
On Sat, Dec 17, 2016 at 9:32 PM, Sean Silva via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > On Fri, Dec 16, 2016 at 12:31 PM, Pete Cooper via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> >> On Dec 16, 2016, at 11:46 AM, Rui Ueyama <ruiu at google.com> wrote: >> >> On Fri, Dec 16, 2016 at 11:18 AM, Pete Cooper