Re: Poor performance when using Texas Instruments code generation tools in Wine

2005-02-24 Thread Jan Tore Korneliussen
We found a simple solution (workaround?) to make this application perform well under WINE. Typical running time of the linking process is down from 30min to 15sec (!). A short explanation: The TI linker allocates and frees a lot of small buffers, typical size 24-32 bytes - but we have not seen

re: Poor performance when using Texas Instruments code generation tools in Wine

2005-02-22 Thread Dan Kegel
Anders wrote: We have been using TI code generation tools (compiler and linker) on Wine, and it has worked well. However, when we started evaluating newer versions of the codegen tools, the linking time was dramatically increased (from 20 sec to 30 minutes...). We have done some profiling using

Re: Poor performance when using Texas Instruments code generation tools in Wine

2005-02-22 Thread Mike Hearn
On Tue, 22 Feb 2005 12:52:33 +0100, Anders RÃnningen wrote: > We have done some profiling using oprofile, and found that most of this > time (96%) is spent in the HEAP_FindFreeBlock* *function in the ntdll > module. The time needed to locate a free heap block increases gradually, > from a few it

Re: Poor performance when using Texas Instruments code generation tools in Wine

2005-02-22 Thread Fabian Cenedese
>> We have done some profiling using oprofile, and found that most of this >> time (96%) is spent in the HEAP_FindFreeBlock* *function in the ntdll >> module. The time needed to locate a free heap block increases gradually, >> from a few iterations up to about 15000 in the project we are buildi

Re: Poor performance when using Texas Instruments code generation tools in Wine

2005-02-22 Thread Pavel Troller
> Hi ! > > We have some performance problems with Wine that we could use some help on.. > > Here's the story: > > We have been using TI code generation tools (compiler and linker) on > Wine, and it has worked well. However, when we started evaluating newer > versions of the codegen tools, the

Re: Poor performance when using Texas Instruments code generation tools in Wine

2005-02-22 Thread Michael Stefaniuc
Anders Rønningen wrote: Hi ! We have some performance problems with Wine that we could use some help on.. Here's the story: We have been using TI code generation tools (compiler and linker) on Wine, and it has worked well. However, when we started evaluating newer versions of the codegen tools,

Re: Poor performance when using Texas Instruments code generation tools in Wine

2005-02-22 Thread Jonathan Wilson
native ntdll.dll requires kernel system call hooks that WINE doesnt support . native ntdll.dll will never work on WINE.

Poor performance when using Texas Instruments code generation tools in Wine

2005-02-22 Thread Anders Rønningen
Hi ! We have some performance problems with Wine that we could use some help on.. Here's the story: We have been using TI code generation tools (compiler and linker) on Wine, and it has worked well. However, when we started evaluating newer versions of the codegen tools, the linking time was dram