tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] tinycc master & amd64 under Linux


From: grischka
Subject: Re: [Tinycc-devel] tinycc master & amd64 under Linux
Date: Thu, 03 Dec 2009 19:37:41 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

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.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]