~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: John Arbash Meinel
  • Date: 2009-06-23 20:20:39 UTC
  • mto: This revision was merged to the branch mainline in revision 4522.
  • Revision ID: john@arbash-meinel.com-20090623202039-kr6mxu576z5vc4y5
Initial implementation of a Pyrex annotator.

Drops the time down to 8.6s down from 9.7s.
This implementation is basically just a copy of the python one, so I'm
a bit surprised to see that much of a win already.

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
        define_macros=define_macros, libraries=libraries))
260
260
 
261
261
 
 
262
add_pyrex_extension('bzrlib._annotator_pyx')
262
263
add_pyrex_extension('bzrlib._bencode_pyx')
263
264
add_pyrex_extension('bzrlib._btree_serializer_pyx')
264
265
add_pyrex_extension('bzrlib._chunks_to_lines_pyx')