0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 26, 2024 — Aug 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add more scope to MethodInterpreter inside optimizations. More... over 11 years ago
Improve the state of the analyzer. Added a test for static members changing in functions. More... over 11 years ago
Trying to add a more optimization of propagating. Does not work correctly yet. More... over 11 years ago
Fix build More... over 11 years ago
Mini optimization. More... over 11 years ago
Some work to improve C compatibility and a skeleton to add dynamic method mapping. More to come in future commits. More... over 11 years ago
Fixes some intricate cases of Escape Analysis More... over 11 years ago
Improve invalidation on variable propagation to make it correct. More... over 11 years ago
Improve escape analysis for more argument combinations More... over 11 years ago
Solution reorganization More... over 11 years ago
Fixing a bug in setting the type of local variables as arguments confusing some optimizations More... over 11 years ago
Define types as TypeDescription. Adds some extra informations when describing them in code. More... over 11 years ago
Clean code with no so many empty lines. More... over 11 years ago
Added fixes in Constant folding for int64 types. More... over 11 years ago
Added a small fix of using Int8 types More... over 11 years ago
Add commented IL to see the generated code. More... over 11 years ago
Add FieldDescription file. Fix OneAssignmentDeadStoreAssignment. More... over 11 years ago
Added more constant folding operations More... over 11 years ago
Enable all optimizations excluding the escape analysis that seems to fail. More... over 11 years ago
Fixes the OneAssignmentDeadStoreAssignment optimization. More... over 11 years ago
Fixed static fields usage. More... over 11 years ago
Added better TypeDefinition on handling base types. More... over 11 years ago
Move the generator cod to be more consistent. More... almost 12 years ago
Added NamerUtils and with it it fixes invalid names. More... almost 12 years ago
Split the code into classes. More... almost 12 years ago
Added first GlobalTableManager implementation. In future will be used for propagating global constants. Added first field setter for const fields to be written correctly in headers. More... almost 12 years ago
Remove mono.reflection-master/. There is a copy named MsilCodeCompiler which works with no errors with VS 2013 trial. More... almost 12 years ago
Use const & to reduce the overhead of invoking and declaring delegates. More... almost 12 years ago
Added the first sample with delegates that is working. Is it using DelegateManager More... almost 12 years ago
Added a target code that should run in some cases with delegates More... almost 12 years ago