bug-bison
[Top][All Lists]
Advanced

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

Re: Bison and embedded systems


From: Hans Aberg
Subject: Re: Bison and embedded systems
Date: Mon, 25 Apr 2005 16:08:40 +0200

At 11:29 +0200 2005/04/25, Julian Gryffin wrote:
I need some help with Bison on embedded Systems. I have a ROM with only few
memory. Bison is using dynamic memory in the C-file it built. Is there a
possibility to prevent it using dynamic memory?

My guess is that you do not use Bison on the embedded system, but merely want use the parser it generates. Then later versions of Bison are such that it should be easy to write ones own skeleton file. It can thus be designed to only use static memory, if you so would like. It should not be difficult to write such a skeleton file. I cc Paul Eggert, who wrote the dynamic memory feature; perhaps he can help.
--
  Hans Aberg




reply via email to

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