McKinley, Richard R | 3 Jun 2009 17:32
Picon

Archives

I noticed that Source Forge is not archiving this list.  Would someone  
be able to direct me to an archive or help me with the Mailman command  
to get any archives?

Thanks,

McKinley

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
David Given | 3 Jun 2009 18:39

Re: Archives

McKinley, Richard R wrote:
> I noticed that Source Forge is not archiving this list.  Would someone  
> be able to direct me to an archive or help me with the Mailman command  
> to get any archives?

It's not archiving the list because nobody's posted a message to it 
before! (There's not a lot of traffic here...)

Is there anything I can help you with?

--

-- 
David Given
dg@...

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
McKinley, Richard R | 3 Jun 2009 19:13
Picon

Lua GOTO, was Archives

I wanted to read up before asking a question, thanks.

Can anything be done with Lua's support for proper tail calls to rig  
up a sort of GOTO to speed things up?

By the way, looking at your blog, are you in Scotland like me?

Thanks,

McKinley

On 3 Jun 2009, at 17:39, David Given wrote:

> McKinley, Richard R wrote:
>> I noticed that Source Forge is not archiving this list.  Would  
>> someone
>> be able to direct me to an archive or help me with the Mailman  
>> command
>> to get any archives?
>
> It's not archiving the list because nobody's posted a message to it
> before! (There's not a lot of traffic here...)
>
> Is there anything I can help you with?
>
> -- 
> David Given
> dg@...
>
> ------------------------------------------------------------------------------
(Continue reading)

David Given | 3 Jun 2009 23:28

Re: Lua GOTO, was Archives


McKinley, Richard R wrote:
> I wanted to read up before asking a question, thanks.
> 
> Can anything be done with Lua's support for proper tail calls to rig up
> a sort of GOTO to speed things up?

Yes, I did wonder about that, and did a bit of benchmarking to see how
fast they are. The end result is that it would be perfectly possible,
with one Lua function per basic block, but that passing state between
basic blocks would require upvalues. This means every call to a C
function would have to allocate these, which I think would do poor
things for performance.

It may be worth doing anyway: I think Lua, and particularly LuaJIT, may
contain code to optimise away at least some of the allocations. However,
I rather ran out of time before getting that far.

[...]
> By the way, looking at your blog, are you in Scotland like me?

I'm Scottish, but currently living in Reading. Unfortunately...

--
┌─── dg@cowlark.com ─────
http://www.cowlark.com ─────
│
│ "People who think they know everything really annoy those of us who
│ know we don't." --- Bjarne Stroustrup
(Continue reading)


Gmane