Mukul Sabharwal

Results 26 issues of Mukul Sabharwal

Chapters 6 and 7 take priority. Chapter 8 is instructive of DWARF and debugging in general, but is less pressing.

help wanted

Since JIT is no longer available in LLVM 3.6, moving to MCJIT is essential as folks try to run the tutorial and find that it's mysteriously broken.

This adds more complete ETW parity within the NetPerf file format. These changes are lessons learnt from BPerf's file format which can round trip between BTL files and ETL files...

* Adds C# implementation for LZ-based compression and decompression that is used in BPerf File Format (the file format we're intending to replace) * Adds a flag for the compression...

Unit tests and dialing down are somewhat related. I need to tap into the configuration APIs to get some info about what context I'm running in. Furthermore it seems like...

enhancement

When we detect a closure capture, we have all the information to build the private class that the C# compiler builds for emitting the IL. It'd be nice if we...

enhancement

We should probably localize the messages since it makes sense to give the error messages in the native language.

enhancement
help wanted

When a closure captures the this parameter, we lazily just point to the method declaration syntax node, but we really should point to the class/struct declaration node. If the class...

enhancement
help wanted