~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-08 23:44:40 UTC
  • mfrom: (4731.1.5 debug-flag-relock)
  • Revision ID: pqm@pqm.ubuntu.com-20091008234440-e0thgiawplpcqomd
(andrew) Add -Drelock debug flag that makes noise about wasteful
        unlocking and relocking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
Internals
203
203
*********
204
204
 
 
205
* Added ``-Drelock`` debug flag.  It will ``note`` a message every time a
 
206
  repository or branch object is unlocked then relocked the same way.
 
207
  (Andrew Bennetts)
 
208
  
205
209
* ``BTreeLeafParser.extract_key`` has been tweaked slightly to reduce
206
210
  mallocs while parsing the index (approx 3=>1 mallocs per key read).
207
211
  This results in a 10% speedup while reading an index.