# HG changeset patch # User timothy.murphy@nokia.com # Date 1272641415 -3600 # Node ID f270c42a56c427f5bd7e4dcc8de0e4c5b7d38684 # Parent 7581d432643aa510d1dafb9cbc8f719e58aeac19 notes about tcomsupport update diff -r 7581d432643a -r f270c42a56c4 sbsv2/raptor/notes/tcomsupport.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbsv2/raptor/notes/tcomsupport.txt Fri Apr 30 16:30:15 2010 +0100 @@ -0,0 +1,10 @@ +Raptor supports a new interface to the trace compiler that allows +Raptor to specify the direcotry in which trace data should be written. +This allows components to support a new convention for where trace files +are stored. + +The new convention that prevents the clashes where building the same +source file for different MMPs would previously have resulted in two +build tasks trying to create the same trace file (header/dictionary). +This caused build slowdowns and also made the trace data inaccurate. +