curiousdannii / if-decompiler

Decompile Glulx storyfiles into C code
MIT License
17 stars 0 forks source link

Decompile strings #3

Open curiousdannii opened 3 years ago

curiousdannii commented 3 years ago

Decompile strings AOT

curiousdannii commented 2 years ago

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.