You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was originally created at: 2008-08-16 08:23:41.
This issue was reported by: pankrat.
pankrat said at 2008-08-16 08:23:41
The attached patch reduces the memory footprint of Executor.Null by making it a
true stub and not inherit from Executor anymore. A Null executor object is
morphed to a real Executor object if an action is added through
'add_pre_action', 'add_post_action', 'set_action_list'.
Moreover, the singleton pattern is applied for the NullEnvironment object.
This way, Null executor objects can be cut down to 240 Byte (~25% of its
original size). Depending on the project, this can save about 3-4% of memory.
pankrat said at 2008-08-16 08:24:58
Created an attachment (id=474)
Refactored Executor.Null which not inherits from Executor
This issue was originally created at: 2008-08-16 08:23:41.
This issue was reported by:
pankrat
.pankrat said at 2008-08-16 08:23:41
pankrat said at 2008-08-16 08:24:58
gregnoel said at 2008-08-19 12:37:37
gregnoel said at 2008-09-09 16:05:45
pankrat said at 2008-09-12 11:18:04
pankrat attached nullexecutor_stub.patch at 2008-08-16 08:24:58.
The text was updated successfully, but these errors were encountered: