[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS112 - performance: shared-member table
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-05-01 17:45:34
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS112> Type : Enhancement Issue Id : OBJS112 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: performance: shared-member table Description: if instead of using a table to map name -> variable, we map to slot-idx, then we can share the table between all instances of that particular scope. The table can be cached in the CompiledNodeEvaluator instance. Perhaps that would mean we should delegate more of the function call process to the NodeEvaluator, which would be an interface change. Severity: Major Functional Area: data Status: New |