[Numpy-svn] [numpy/numpy] e75e93: MAINT: reduce scope of some variables in indexing ...

GitHub noreply at github.com
Tue Jun 3 14:28:57 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: e75e930c93ec55bf338c196f699d10fe3ed8aab1
      https://github.com/numpy/numpy/commit/e75e930c93ec55bf338c196f699d10fe3ed8aab1
  Author: Julian Taylor <jtaylor.debian at googlemail.com>
  Date:   2014-06-03 (Tue, 03 Jun 2014)

  Changed paths:
    M numpy/core/src/multiarray/lowlevel_strided_loops.c.src

  Log Message:
  -----------
  MAINT: reduce scope of some variables in indexing code

also improves code generation with gcc-4.8 leading up to a 10%
performance increase on some cpus by removing a stack spill.


  Commit: 3f5e45737361e97a87c7652eac5e095729360994
      https://github.com/numpy/numpy/commit/3f5e45737361e97a87c7652eac5e095729360994
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-06-03 (Tue, 03 Jun 2014)

  Changed paths:
    M numpy/core/src/multiarray/lowlevel_strided_loops.c.src

  Log Message:
  -----------
  Merge pull request #4772 from juliantaylor/scope-red

MAINT: reduce scope of some variables in indexing code


Compare: https://github.com/numpy/numpy/compare/14cc7172d78f...3f5e45737361


More information about the Numpy-svn mailing list