[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] compiling MPlayer or
From: |
PerfectDark |
Subject: |
Re: [Tinycc-devel] compiling MPlayer or |
Date: |
Wed, 12 Jul 2006 17:00:00 +0400 (MSD) |
Hello,
>The resulting binary with several times slower, mainly due to the fact
>that he had to disable ASM code.
I think that it is not good - to disable asm-r code. But it is a pity, that tcc
not understand several general-purpose instructions, such as `sall' -
line in $(MPlayer dir)/loader/stubs.s: `sall $4,%edx', and does not support
something assembler directives...
Seems, without assembler MPlayer will be awful slowly... (So, tcc wont optimize
existing c code - just compile c2asm according to WYSIWYG principle :) )
If I will have time to more closest work with tcc, I'll try fix it.