On Sun Oct 01 16:22:10 2006, mdiep wrote:
> At the OSCON 2006 Hackathon, it was decided that we should separate  
> vtables from methods and add a new :vtable label for PIR subs to mark  
> them as vtable functions. This gets rid of the current namespace  
> pollution caused by vtables and allows us to abandon the leading  
> underscores for PIR vtable functions.
> 
>      .sub get_string :vtable
>          .return("end namespace pollution!")
>      .end
> 
Just to check, that this is still meant to happen? Anyone feel it should
be put off until the objects/namespaces stuff is sorted out, or shall I
just dive right in?

Thanks,

Jonathan

Reply via email to