Bliss 0.210 released

2006-10-14 Thread Roar Thron
Hi

In case it may be of interest:

There is a new version of Bliss out, 0.210.
Available from ftp://ftp.nvg.ntnu.no/pub/vms/bliss/bliss-0_210.tgz
(Do not mind the vms path, it compiles on Linux i386/x86_64.)

News:
Now a frontend for gcc 4.1.1.
More support for block value in control expressions.
Bliss compiling something now takes less than one tenth of the time
it did with 3.4.3.

Bliss is a relative of C, but a couple of years older.
(See http://en.wikipedia.org/wiki/BLISS_programming_language)

Many thanks to the gcc developers for reducing the compile time to less
than one tenth.

-- 
Regards,
Roar Thronæs


Re: gcc 4.1.1 and Bliss frontend.

2006-07-23 Thread Roar Thron
On Sat, Jul 22, 2006 at 01:28:34AM -0700, Andrew Pinski wrote:
> 
> On Jul 22, 2006, at 1:05 AM, Roar Thronæs wrote:
> 
> >But it seems EXIT_BLOCK_EXPR and LABELED_BLOCK_EXPR have been moved
> >to java, since no one else was using it.
> >
> >Would it be possible to move that code back, please?
> 
> I don't think it should be moved back.
> You can add it to your front-end instead as nothing outside of the  
> front-end

I expected to do it anyway, since I need them for 4.1.1.

> really uses these tree code as they are useless once you go into CFG- 
> gimple.
> In fact the question is why don't you emit these trees anyways?  They  
> have
> another form you can take, see how the java-gimple.java lowers them.

I am going to look at the new 4.x.x features as soon as I get my
frontend running again.

-- 
-Roar Thronæs