Mukul Sabharwal
Mukul Sabharwal
Chapters 6 and 7 take priority. Chapter 8 is instructive of DWARF and debugging in general, but is less pressing.
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.
Fixes #1265
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...
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...
We should probably localize the messages since it makes sense to give the error messages in the native language.
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...