espruino / Espruino

The Espruino JavaScript interpreter - Official Repo
http://www.espruino.com/
Other
2.75k stars 739 forks source link

SAVE_ON_FLASH could remove the binary search for symbols #2372

Open gfwilliams opened 1 year ago

gfwilliams commented 1 year ago

By doing that it can remove the strOffset field in JswSymPtr and save maybe 1500 bytes - it's unlikely the speed difference will effect those boards that much either.