Basile STARYNKEVITCH wrote:
Hello All,
The master branch of tinycc has been updated recently
http://lists.gnu.org/archive/html/tinycc-devel/2009-12/msg00003.html
I would like to retrieve it, but I am not very familiar with git (used
it only once). What are the exact Linux commands to retrieve it in a new
tinycc-git/ directory?
$ git clone git://repo.or.cz/tinycc.git tinycc-git/
for viewing:
$ cd tinycc-git/ && gitk --all
You can also download snapshots at http://repo.or.cz/w/tinycc.git
Also, should I expect some improvement (w.r.t plain tinycc 0.9.25) in
the correctness of the generated code for AMD64 under Linux? As I
explained in
http://lists.gnu.org/archive/html/tinycc-devel/2009-11/msg00003.html I
suspect a bug in the AMD64 code generation under Linux (the generated
program crashes, while it does not crash when compiled by many versions
of gcc from 4.0 to 4.5 = trunk, or with clang/llvm or gcc-llvm).
There are some commits related to x86-64:
http://repo.or.cz/w/tinycc.git?a=search&h=refs%2Fheads%2Fmaster&st=commit&s=x86.64&sr=1
As to improvement with correctness, hard to say without knowing what
the bug is. There is some improvement with debug-info IIRC which
might help to find out at least.
--- grischka
Regards.
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel