bison-patches
[Top][All Lists]
Advanced

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

Alias improvement


From: Valentin Tolmer
Subject: Alias improvement
Date: Mon, 29 Jul 2013 14:25:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

The current structure of the symbol aliases is puzzling: why have the information duplicated only to resolve it later on? I'm working on a patch to address this issue: the symbol and the alias will share a pointer to a separate structure containing the info. The symbol itself will have only its intrinsic info such as the name or location.

You can have a look at the patch here: https://github.com/nitnelave/bison/tree/symbol
I have yet to add some tests for what I added, but it is near completion

Valentin Tolmer



reply via email to

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