I believe the blacklist entries get removed from gen/jswrapper.c (you can check that file easily) - they then won't be referenced and should be optimised out.
But I wonder if you're compiling with RELEASE=1? If not the optimisations may not happen
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I believe the blacklist entries get removed from
gen/jswrapper.c
(you can check that file easily) - they then won't be referenced and should be optimised out.But I wonder if you're compiling with
RELEASE=1
? If not the optimisations may not happen