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
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
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
>> 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
> 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
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,
native ntdll.dll requires kernel system call hooks that WINE doesnt support .
native ntdll.dll will never work on WINE.
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