|
From: | Lars Segerlund |
Subject: | [Gomp-discuss] Stab at example code generation. |
Date: | Fri, 21 Mar 2003 10:22:02 +0100 |
User-agent: | Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.3) Gecko/20030319 Debian/1.3-3 |
Hi,I started to work on emiting tree's for the examples in the libgomp/misc directory.
I have gone about it in the same way as the exa ( example language from COBOL for gcc ), which is emitting 'hard coded' instructions for a given program. ( ie. build the tree directly, no input ).
In this way it should be possible for us to come up with a number of running pieces of code which uses the lib ( even if it's only a stub without threading ).
I also intend to make the lib buildable and start to make startup & closedown code for it, I might even start on the threading in the lib so that it can handle the trivial cases.
/ Lars Segerlund.
[Prev in Thread] | Current Thread | [Next in Thread] |