AddList used to traverse all the current list and remove duplicated items, which... 39/239/2
commitb557344e48001529e6b7db2b1d9ec278b4abca51
authorGengbin Zheng <gzheng@illinois.edu>
Wed, 21 May 2014 17:54:57 +0000 (21 12:54 -0500)
committerGerrit Code Review <gerrit2@charm.cs.uiuc.edu>
Sun, 25 May 2014 23:55:19 +0000 (25 18:55 -0500)
tree44a12ebd7838e5a32e2b6d8fb093073f6667d64a
parentea703f1ac23d9321bb72d4f6b1ce0f632f39fa0b
AddList used to traverse all the current list and remove duplicated items, which is changed now to only check the newly added item instead of going through the whole list.

Change-Id: I9b057e7de21d02ee3ce9fb1837543560c8320ee7
src/scripts/charmc