-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handler frequency statistics, collected via SPMI: benchmarks.pmi Total clauses : 2514 Finally : 281 11.2% Fault : 1413 56.2% Single catch : 724 28.8% Single filter : 49 1.9% Mutually protecting : 47 1.9% Among them, catches : 108 86.4% Among them, filters : 17 13.6% libraries.pmi Total clauses : 19568 Finally : 1937 9.9% Fault : 11399 58.3% Single catch : 5373 27.5% Single filter : 349 1.8% Mutually protecting : 510 2.6% Among them, catches : 1240 95.0% Among them, filters : 65 5.0% Passing (with RyuJit codegen) tests: - baseservices\exceptions\simple\finally.csproj - baseservices\exceptions\simple\fault.ilproj - baseservices\exceptions\unittests\baseclass.csproj - baseservices\exceptions\unittests\Baadbaad.csproj - baseservices\exceptions\unittests\TryCatchInFinallyTest.csproj - baseservices\exceptions\unittests\ThrowInFinallyNestedInTry.csproj - baseservices\exceptions\unittests\ThrowInFinallyTest.csproj - baseservices\exceptions\unittests\ThrowInCatch.csproj - baseservices\exceptions\unittests\ReturnFromCatch.csproj - baseservices\exceptions\unittests\RethrowAndFinally.csproj - baseservices\exceptions\unittests\RecursiveThrowNew.csproj - baseservices\exceptions\unittests\RecursiveRethrow.csproj - baseservices\exceptions\unittests\Recurse.csproj - baseservices\exceptions\unittests\Pending.csproj - baseservices\exceptions\unittests\InnerFinallyAndCatch.csproj - baseservices\exceptions\unittests\InnerFinally.csproj - baseservices\exceptions\unittests\GoryNativePast.csproj - baseservices\exceptions\unittests\GoryManagedPresent.csproj - baseservices\exceptions\unittests\CollidedUnwind.csproj
- Loading branch information
1 parent
edea92b
commit 36a3304
Showing
12 changed files
with
959 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.