Merge lp://staging/~sil2100/compiz-core/cherry_3243 into lp://staging/compiz-core
Proposed by
Łukasz Zemczak
Status: | Merged |
---|---|
Approved by: | Łukasz Zemczak |
Approved revision: | 3105 |
Merged at revision: | 3109 |
Proposed branch: | lp://staging/~sil2100/compiz-core/cherry_3243 |
Merge into: | lp://staging/compiz-core |
Diff against target: |
319 lines (+97/-54) 5 files modified
src/main.cpp (+0/-8) src/privatescreen.h (+22/-2) src/privatestackdebugger.h (+9/-4) src/screen.cpp (+36/-29) src/stackdebugger.cpp (+30/-11) |
To merge this branch: | bzr merge lp://staging/~sil2100/compiz-core/cherry_3243 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Daniel van Vugt | Approve | ||
Review via email:
|
Commit message
Cherry-picked from compiz trunk (rev 3243):
Avoid needless STL operations leading to expensive heap operations.
(LP: #1006335)
Description of the change
Original description:
Fixes needless list copying in event queues
To post a comment you must log in.