tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] [PATCH] deprecating VT_REF


From: Edmund Grimley Evans
Subject: [Tinycc-devel] [PATCH] deprecating VT_REF
Date: Fri, 20 Feb 2015 23:50:59 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

VT_REF is not mentioned in the documentation and seems to be used only
for x86_64. Also, it seems to be the same thing as VT_LLOCAL, really.
This could be a first step towards removing it altogether.

Commit message:

    Make it explicit that VT_REF is used only for TCC_TARGET_X86_64.
    
    tcc.h: Make the definition conditional on TCC_TARGET_X86_64.
    tccgen.c: Since the VT_REF bit is set only in x86_64-gen.c we
              can make clearing it and testing for it conditional.

Attachment: 2015-02-20-VT_REF.patch
Description: Text Data


reply via email to

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