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

py/emitinlinethumb: Use qstrs instead of char* for names of asm ops.

Reduces code size by 112 bytes on Thumb2 arch, and makes assembler faster
because comparison can be a simple equals instead of a string compare.

Not all ops have been converted, only those that were simple to convert
and reduced code size.
parent e9d1a94b
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