diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-11-27 23:35:47 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-11-27 23:35:47 (GMT) |
commit | 7d6d3acb65586ad9512a38b58c16b9a21cdf98e0 (patch) | |
tree | 9ae21078e24c997b80a24d8d71ed5ad1be74c850 /ChangeLog | |
parent | 3eacf14cc395e7fd0ab5dd5e9d22bb93a6a02979 (diff) |
Saved memory space by sharing arch GObjects.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
@@ -1,3 +1,48 @@ +16-11-28 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefile from the 'src/arch/sharing' directory. + + * src/arch/Makefile.am: + Add 'dalvik/libarchdalvik.la' to libarch_la_LIBADD and + 'sharing' to SUBDIRS. + + * src/arch/arm/v7/Makefile.am: + Add the new 'core.[ch]' files to libarcharmv7_la_SOURCES. + + * src/arch/arm/v7/core.c: + * src/arch/arm/v7/core.h: + New entries: register and unregister internal ARMv7 mechanisms. + + * src/arch/dalvik/Makefile.am: + Add the new 'core.[ch]' files to libarchdalvik_la_SOURCES. + + * src/arch/dalvik/core.c: + * src/arch/dalvik/core.h: + New entries: register and unregister internal Dalvik mechanisms. + + * src/arch/dalvik/operands/register.c: + * src/arch/dalvik/register.c: + * src/arch/dalvik/register.h: + * src/arch/register-int.h: + * src/arch/register.c: + Update code. + + * src/arch/sharing/Makefile.am: + * src/arch/sharing/instance-int.h: + * src/arch/sharing/instance.c: + * src/arch/sharing/instance.h: + * src/arch/sharing/manager.c: + * src/arch/sharing/manager.h: + New entries: save memory space by sharing arch GObjects. + + * src/core/processors.c: + * src/core/processors.h: + Register and unregister internal arch mechanisms. + + * src/glibext/gwidthtracker.c: + Typo. + 16-11-09 Cyrille Bagard <nocbos@gmail.com> * src/gtkext/gtkdisplaypanel.c: |