Improve performance of GUI step operations
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 14 Jan 2014 04:07:41 +0000 (23:07 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 14 Jan 2014 04:36:37 +0000 (23:36 -0500)
commit84a325ac72ede9baaca30d57c4d522fdf81bf839
tree8ff73575ffc0970149f83fba69ce60fd06157159
parentb58acccaf024f36848c25eb16de47aea82d1ae63
Improve performance of GUI step operations

Use CRC to detect which memory rows have changed.

This is only to improve GUI performance when using stepping mode, as we then
only update rows which have been modified.
configure.ac
src/common/memory.c
src/common/memory.h
src/gtk/Makefile.am
src/gtk/memwin.c