Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

JIT: Remove empty try regions #8949

Merged
merged 2 commits into from
Jan 27, 2017
Merged

Commits on Jan 25, 2017

  1. JIT: Remove empty try regions

    In runtimes that do not support thread abort, a try-finally with
    an empty try can be optimized to simply the content of the finally.
    
    See documentation update for more details.
    
    Closes #8924.
    AndyAyersMS committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    f2fda54 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Configuration menu
    Copy the full SHA
    862562e View commit details
    Browse the repository at this point in the history