Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: macros for disabling bounds checks #3268

Merged
merged 7 commits into from
Jul 5, 2013
Merged

RFC: macros for disabling bounds checks #3268

merged 7 commits into from
Jul 5, 2013

Commits on Jun 2, 2013

  1. macros for turning off bounds checks. fixes #1392

    `@inbounds expr` allows bounds checks to be omitted for code syntactically
    inside the argument expression.
    
    adds @inbounds to matmul, comprehensions, and vectorized binary operators.
    JeffBezanson committed Jun 2, 2013
    7 Configuration menu
    Copy the full SHA
    66ab577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef81ce9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2013

  1. Configuration menu
    Copy the full SHA
    86c7d97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ddb34 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2013

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

Commits on Jun 15, 2013

  1. Merge branch 'master' of github.com:JuliaLang/julia into jb/inbounds

    Conflicts:
    	src/alloc.c
    	src/codegen.cpp
    	src/jltypes.c
    JeffBezanson committed Jun 15, 2013
    Configuration menu
    Copy the full SHA
    419d3a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2013

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