[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS277 modified
Brought to you by:
rob_d_clark
|
From: Rob C. <rob...@ma...> - 2004-08-19 22:26:43
|
You can view the issue detail at the following URL:
http://icandy.homeunix.org:443/scarab/issues/id/OBJS277
Type
Enhancement
Issue ID
OBJS277 (avoid createMember for function calls)
Modified by
Rob Clark
rob...@ma... (rob...@ma...)
The following modifications were made to this issue:
---------------------------------------------------------------------
Added comment to issue 'have a Stack obj per thread:
public class Stack
{
final Value[] stack = new Value[????];
public int alloc( int sz ); => offset into stack[]
public void free( int off );
public Value allocArray( int sz );...'
---------------------------------------------------------------------
This message is automatically generated by the Scarab
issue tracking system. For more information:
http://scarab.tigris.org
|