Thread: [Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS106 modified
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-04-28 18:35:38
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: http://trove4j.sourceforge.net/index.shtml |
From: Rob C. <rob...@ma...> - 2003-04-28 18:39:18
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: a couple of tactics that may help: 1) use high performance collection classes, instead of java.util.Hashtable 2) reduce object creation... use a single hash-table per scope "type" to map identifier to slot, and then use an array of members per instance of the scope, rather than a hash-table per instance of scope 3) statically resolving variable references (see OBJS39) 4) hoisting.... if we had a way to hint to the compiler that "a.b" if a is the same object the second time it is evaluated, then "a.b" will evaluate to the same thing, then the compiler could do more to cache the result of evaluating "a.b" the first time |
From: Rob C. <rob...@ma...> - 2003-05-01 17:37:17
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS33 Added 'blocking' parent dependency on issue OBJS106 |
From: Rob C. <rob...@ma...> - 2003-05-01 17:37:42
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS111 Added 'blocking' parent dependency on issue OBJS106 |
From: Rob C. <rob...@ma...> - 2003-05-01 17:45:30
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS112 Added 'blocking' parent dependency on issue OBJS106 |
From: Rob C. <rob...@ma...> - 2003-05-01 18:33:49
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: added file 'bench.os' at mod100/0/OBJS106_733_bench.os |
From: Rob C. <rob...@ma...> - 2003-05-01 18:37:32
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS113 Added 'blocking' parent dependency on issue OBJS106 |
From: Rob C. <rob...@ma...> - 2003-05-01 19:23:09
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: http://pcj.sourceforge.net/ |
From: Rob C. <rob...@ma...> - 2003-05-05 03:37:12
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS116 Added 'blocking' parent dependency on issue OBJS106 |
From: Rob C. <rob...@ma...> - 2003-05-13 07:25:29
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS124 Added 'blocking' parent dependency on issue OBJS106 |
From: Rob C. <rob...@ma...> - 2003-05-13 07:46:51
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS125 Added 'blocking' parent dependency on issue OBJS106 |
From: Rob C. <rob...@ma...> - 2003-05-13 07:48:31
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS39 Added 'blocking' parent dependency on issue OBJS106 |
From: Rob C. <rob...@ma...> - 2003-05-19 23:25:08
|
Issue OBJS106 (ObjectScript performance) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS106> The following modifications were made to this issue: Added 'blocking' child dependency on issue OBJS132 Added 'blocking' parent dependency on issue OBJS106 |
From: Rob C. <rob...@ma...> - 2003-06-09 03:51:05
|
You can view the issue detail at the following URL: http://icandy.homeunix.org:443/scarab/issues/id/OBJS106 Type Enhancement Issue ID OBJS106 (ObjectScript performance) Modified by Rob Clark rob...@ma... (rob...@ma...) The following modifications were made to this issue: --------------------------------------------------------------------- Issue OBJS106 blocks issue OBJS150 --------------------------------------------------------------------- This message is automatically generated by the Scarab issue tracking system. For more information: http://scarab.tigris.org |