Don't update the assembly display if the C code only changes. Not quite sure why I thought that was necessary, was slowing down the whole thing.

refactor
Matt Godbolt 11 years ago
parent 77681e4ea6
commit 349d84b57f

@ -95,7 +95,6 @@ function updateAsm(forceUpdate) {
if (!currentAssembly) return;
var newFilters = getAsmFilters();
var hashedUpdate = JSON.stringify({
src: cppEditor.getValue(),
asm: currentAssembly,
filter: newFilters
});

Loading…
Cancel
Save