Hi there,
I have a legacy system running BIOS4.90 on a C6000.
We use the CPU very heavily and I have a task/execution monitor where I can identify how much CPU is being used even down to lines of code if necessary.
I've identified very heavy usage in the LNK_ routines, when we have a lot of task switching going on, up to about 30-40%. As I never use the BIOS debugger, this seems like a waste of CPU that I could use for my real application. So I would like to get rid of them.
In the .cdb file it says: against LNK_dataPump :: IDL - "This object cannot be deleted"
So - has anyone got rid of these routines anyway? Options I can think of are:
a)TI have thought of this properly and allow you to do it (but how?)
b) Stub them out and link against the stubs. (will this work or are there any dependencies?)
Anyone done this and what did you do? Thanks.