Re: PermGen issue

2008-09-14 Thread Randall R Schulz
On Sunday 14 September 2008 07:47, Rich Hickey wrote: > On Sep 14, 10:09 am, Randall R Schulz <[EMAIL PROTECTED]> wrote: > > On Sunday 14 September 2008 05:57, Rich Hickey wrote: > > > ... > > > > > > Note also that by fn definition I mean the occurrence in code, > > > not the execution: > > > > >

Re: AFn.throwArity() macro problem

2008-09-14 Thread Rich Hickey
On Sep 14, 1:48 pm, Josh Daghlian <[EMAIL PROTECTED]> wrote: > So I'm trying to write a macro that will create a bunch of named (refs > to) structs. What's baffling is that it actually works, in that it > creates the named struct refs as I want, but _then_ throws > AFn.throwArity(). I'm wracking

Re: PermGen issue

2008-09-14 Thread Rich Hickey
On Sep 14, 10:09 am, Randall R Schulz <[EMAIL PROTECTED]> wrote: > On Sunday 14 September 2008 05:57, Rich Hickey wrote: > > > On Sep 14, 6:26 am, MikeM <[EMAIL PROTECTED]> wrote: > > > If you haven't already seen it, an interesting post from Charles > > > Nutter on implementing dynamic language

Re: PermGen issue

2008-09-14 Thread Randall R Schulz
On Sunday 14 September 2008 05:57, Rich Hickey wrote: > On Sep 14, 6:26 am, MikeM <[EMAIL PROTECTED]> wrote: > > If you haven't already seen it, an interesting post from Charles > > Nutter on implementing dynamic languages on the > > JVM:http://blog.headius.com/2008/09/first-taste-of-invokedynamic

Re: PermGen issue

2008-09-14 Thread Rich Hickey
On Sep 14, 6:26 am, MikeM <[EMAIL PROTECTED]> wrote: > If you haven't already seen it, an interesting post from Charles > Nutter on implementing dynamic languages on the > JVM:http://blog.headius.com/2008/09/first-taste-of-invokedynamic.html > > Nutter mentions a possible OutOfMemory condition

PermGen issue

2008-09-14 Thread MikeM
If you haven't already seen it, an interesting post from Charles Nutter on implementing dynamic languages on the JVM: http://blog.headius.com/2008/09/first-taste-of-invokedynamic.html Nutter mentions a possible OutOfMemory condition that can occur due to filling the PermGen part of the heap with