Skip to content

Commit

Permalink
Remove language from loop-jitting entry in the glossary that is no lo…
Browse files Browse the repository at this point in the history
…nger accurate
  • Loading branch information
synapticarbors committed Feb 9, 2016
1 parent 41ac00e commit bc16d77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Glossary
loop-jitting
A feature of compilation in :term:`object mode` where a loop can be
automatically extracted and compiled in :term:`nopython mode`. This
allows functions with operations unsupported in nopython mode (such as
array creation) to see significant performance improvements if they
contain loops with only nopython-supported operations.
allows functions with operations unsupported in nopython mode to see
significant performance improvements if they contain loops with only
nopython-supported operations.

nopython mode
A Numba compilation mode that generates code that does not access the
Expand Down

0 comments on commit bc16d77

Please sign in to comment.