Skip to content
Snippets Groups Projects
Commit 04353cc8 authored by Damien George's avatar Damien George
Browse files

py: With obj repr "C", change raw str accessor from macro to function.

This saves around 1000 bytes (Thumb2 arch) because in repr "C" it is
costly to check and extract a qstr.  So making such check/extract a
function instead of a macro saves lots of code space.
parent 183edefd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment