You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* EnvironmentVariableHolder: reduce the size of template instantiation. Move almost all destruction logic to EnvironmentVariableHolderBase::UnregisterAndDestroy. Specialized templates have DestructDispatchNoLock instead that can either destroy the held value, or the holder itself. UnregisterAndDestroy has been moved to the cpp file. All of these changes reduce the profile build time and size on linux Here, the size of bin/profile goes down by ~200MB. Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Requested changes/fixups. Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Use scoped_lock to simplify mutex management. Updated comments. Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Hopefully a fix for env variables released at a wrong time Conditional was using incorrect variable Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Comment fixup Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Missing negation in conditional Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> * Cleanup the internal logic in UnregisterAndDestroy Signed-off-by: nemerle <96597+nemerle@users.noreply.github.com> |
5 years ago | |
|---|---|---|
| .. | ||
| AzCore | 5 years ago | |
| Platform | 5 years ago | |
| Tests | 5 years ago | |
| CMakeLists.txt | 5 years ago | |