AdityaK

Results 8 issues of AdityaK

neo-async/async.js has the `throwError` function which is called several times. It will help if this function takes a parameter and shows exactly what error was there. ```js 15 var throwError...

feature

After recent change clang-plugin is unable to open the file, due to that macros inside functions aren't getting demacrofied in a proper way. Need to investigate.

compile at -Oz for embedded systems.

code size vs. performance custom compilers jemalloc

Given an ios app i'd like to get list of all the Objective C classes. `nm` can do it for me locally, but if we can get it from *symbolic*...

enhancement

There are two handlers ``` static const char* kThreadPrimary = "KSCrash Exception Handler (Primary)"; static const char* kThreadSecondary = "KSCrash Exception Handler (Secondary)"; ``` https://github.com/kstenerud/KSCrash/blob/master/Source/KSCrash/Recording/Monitors/KSCrashMonitor_MachException.c#L50 Is it possible to have...

```c #include #include __attribute__((const)) long double myrintl(long double x); long double nearbyintl(long double x) { fenv_t e; fegetenv(&e); long double result = rintl(x); fesetenv(&e); return result; } ``` clang++ -O3...

backend:AArch64
miscompilation

Can we make the column width adjustable? at least the first one. The longer names aren't readable.

enhancement