yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #00311
Re: Note on optimized compilation / optimized coding / profiling results
-
To:
yade-dev@xxxxxxxxxxxxxxxx
-
From:
Janek Kozicki <janek_listy@xxxxx>
-
Date:
Mon, 10 Mar 2008 00:48:57 +0100
-
Delivered-to:
janek_listy@xxxxx (janek_listy)
-
Delivered-to:
yade-dev@xxxxxxxxxxxxxxxx
-
Face:
iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAALVBMVEUBAQEtLS1KSkpRUVFXV1dYWFhjY2Nzc3N3d3eHh4eKioqdnZ24uLjLy8vc3NxVIagyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH2AIVEzgS1fgQtQAAAjRJREFUOMtt1DFv00AUAOAzFQNbjigSyoQaRaBMhKgLUyKXpVNNeUpk9vyDqFJhQ1kiBuaqAwJCqvPtSLY7RlTn5+5IdnYkkt/AOyfxXVLe5vf53Z1875kd34tOEax8djmj6GyjhB5bxz50GdsVZr9fqRjZwAtKOJw5Wqs2MMZ16ALHsaDncF7xAHix1oEFHAB8f+pRjcO4gfZDykcYzbiucRolOLUJ6kjA0xtVt+A6TySlM0RajIpK6DzwKZ/nOYbF/gclHMo1ZOHYY/+Ha+AWuM+3oMS4eeqYzZ8FiCltgUqI8cd2wwAVpJk+8LWYjBtnJdQpHQqJMd4Oxt4bU9ESiFGc5hkqaH74asAX4iabP5I5gZ+qjgGlJCqZa3h3lxhoeVcSE1qLQC4sqKOK9MGW9E3izFqqHokoztLFEgXg31sbZEKnWi2T74A4NxfVQqlkjKtcAWD+zcArFEES01dR0E/nnV0IgugmDd/2L84sOAouRBBHEc7gtc8teDkRlE0iNQPo2w3Xhh/D4TCIQ4LRLoTvgwjj6RRgavdurxYGMaIuGOyAW/PpNlCcU9/93AHenAWYjPoAwa+G3e3to/MgFNTAEKvKDjzuCzHTnY3qqdXtx24VijzQfZ0yewZ5cwRFQaa+mIYr1uI0I76+3W4xhlvoVRwOA0Fdl64HlJnxP6T8YpX/Lga4Wv4A3ErrU5oTfN7Mu/llXMl8RXEPji/lQkN3H7qXqgC2By47EXeU/7PJ/wPxRKMnuZwIeAAAAABJRU5ErkJggg==
-
In-reply-to:
<47BFC0F9.3050502@arcig.cz>
-
Reply-to:
Yade Development Group <yade-dev@xxxxxxxxxxxxxxxx>
-
Sender:
yade-dev-bounces@xxxxxxxxxxxxxxxx
Václav S(milauer said: (by the date of Sat, 23 Feb 2008 07:45:13 +0100)
> BTW Janek, for the class index: the index could be a (really) static
> variable, which would have to be allocated inside .cpp files (by some
> macro, say CREATE_CLASS_INDEX(className) would expand to "int
> className::index=-1", or even YADE_PLUGIN could do this for all classes
> it receives), in this way the plugin _loader_ would assign the index
> right after the plugin is loaded and you could get it simply by
> className::index (but the index would r/w and some _stupid_ user might
> fiddle with it).
that's an interesting idea. I should keep it in mind if it turns out
that boost cannot provide us with class indexes. But the real
question is - will it speed up things?
Maybe we could try that now... it shouldn't hurt too much.
--
Janek Kozicki |
_______________________________________________
yade-dev mailing list
yade-dev@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-dev
References