[PATCH 3/3] score: Optimize _Objects_Name_to_id_u32()
Sebastian Huber
sebastian.huber at embedded-brains.de
Mon Aug 31 06:47:36 UTC 2020
On 30/08/2020 18:42, Gedare Bloom wrote:
> On Fri, Aug 21, 2020 at 2:32 AM Sebastian Huber
> <sebastian.huber at embedded-brains.de> wrote:
>> Remove the superfluous invalid name check since the object creation
>> directives ensure that objects with such a name cannot exist. Also
> Should it instead be a (debug) assert?
>
>> finding an object with such a name would be no catastrophy if it really
>> exists.
I add a debug assert to check that a found object has a valid name.
More information about the devel
mailing list