website icon indicating copy to clipboard operation
website copied to clipboard

Auto recompile binaryTab and PlayTab when any input option changed in options popup

Open MaxGraey opened this issue 3 years ago • 2 comments

MaxGraey avatar Nov 21 '21 12:11 MaxGraey

Depending on how complex the program is, and which optimizations options are used, would this hang the main thread whenever something is clicked?

dcodeIO avatar Nov 21 '21 14:11 dcodeIO

We could add debounce with some delay. And this will recompile only in two tabs. So if you avoid constant recompilation just switch to Source tab. Also I think most of examples in playground will be relatively small and simple

MaxGraey avatar Nov 21 '21 14:11 MaxGraey