octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave and LLVM google summer of code project


From: John W. Eaton
Subject: Re: octave and LLVM google summer of code project
Date: Sun, 20 Apr 2008 10:41:29 -0400

On 20-Apr-2008, dbateman wrote:

| should work. Otherwise do a replacement like
| 
| unwind_protect
| <block1>
| unwind_protect_cleanup
| <block2>
| end_unwind_protect
| 
| with 
| 
| try
| <block1>
| catch
| <block2>
| rethrow(lasterror())
| end

Unless the replacement is done automatically, then I think the problem
is that we then have two branches of the code.  My guess is that each
branch would tend to evolve independently and I don't see that as a
very desirable situation.

jwe


reply via email to

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