0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Enable all optimizations. More... over 9 years ago
Fixes runtime escape analysis bugs when no optimizations run More... over 9 years ago
Added more base optimization with no shared state More... over 9 years ago
More optimizations using OptimizationPassBase as a base class. More... over 9 years ago
Issue #14 More optimizations do use base class. More... over 9 years ago
Code cleanup and revert the default sample More... over 9 years ago
Issue #14 More... over 9 years ago
Issue #14 More... over 9 years ago
Use extensively MethodInterpreterKey and fix bugs around it More... over 9 years ago
Added more packages.config.... build fixed. More... over 9 years ago
Merge commit '443e31c39fcbd07b69ec2034d021e2f1ed1dff10' More... over 9 years ago
Merge remote-tracking branch 'origin/master' More... over 9 years ago
WIP on master: 394fa06 Fixed string handling More... over 9 years ago
untracked files on master: 394fa06 Fixed string handling More... over 9 years ago
index on master: 394fa06 Fixed string handling More... over 9 years ago
Fixed string handling More... over 9 years ago
Moved the main compiler application into its own class. More... over 9 years ago
Added initial NInject support. More... over 9 years ago
Fix escape analysis for virtual methods. More... over 9 years ago
Fix #12. Remove not reachable methods enters an infinite loop. Rename ToKey() to ToMethodBaseKey(). More... over 9 years ago
Project and data improvements. More... over 9 years ago
Added first step into making possible to replace shared_ptr with another template(s), like Boost's ones. More... over 9 years ago
Fix rename commit More... over 9 years ago
Improved exception handling using "happy-path" (try and finally branches) More... over 9 years ago
Fix #11. Use a sample without try/catch that compiles fine. More... over 9 years ago
Merge branch 'master' of https://github.com/ciplogic/CodeRefractor More... over 9 years ago
Minor whitespace refactor. More... over 9 years ago
W/A to not infinite loop on remove not reacheable methods optimisation. More... over 9 years ago
Fix #11. BR.S and BR don't do conditional branching. More... over 9 years ago
Added first Mono.Cecil exception handlers. Maybe the relevant code should be extracted to Mono.Reflection More... over 9 years ago