Activity overview
Latest activity by r_honey
Yes, I also checked that out. Having optimizations off probably produces the correct code (with 3 returns).
But there is almost no use of disassembling with optimizations off as the code produced is almost akin to Assembly Code as regards to Control Flow statements. And it is next to impossible to understand what's going on inside an assembly with that kind of control flow. / comments
Yes, I also checked that out. Having optimizations off probably produces the correct code (with 3 returns).
But there is almost no use of disassembling with optimizations off as the code produced i...
Bug Report - Reflector producing incorrrect source code
It took me hours of wasted productivity to figure out this.
I have uploaded the FJ.Core assembly on rapidsharehttp://rapidshare.com/files/180970796/FJ.Core.dll.html
Basically, I was trying to rever...