if-decompiler icon indicating copy to clipboard operation
if-decompiler copied to clipboard

Decompile strings

Open curiousdannii opened this issue 4 years ago • 1 comments

Decompile strings AOT

curiousdannii avatar Feb 18 '21 07:02 curiousdannii

I had been thinking this wouldn't be necessary, as currently I don't plan to include strings in the C code.

However, it could be a performance improvement, if we can determine that a string doesn't contain a function - then it wouldn't need to re-enter execute_loop.

curiousdannii avatar Jul 10 '21 02:07 curiousdannii