Merge lp://staging/~dbarth/unity-2d/envvar-jit-flag into lp://staging/unity-2d
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~dbarth/unity-2d/envvar-jit-flag |
Merge into: | lp://staging/unity-2d |
Diff against target: |
70 lines (+11/-16) 3 files modified
config.h.in (+0/-6) data/com.canonical.Unity2d.gschema.xml (+0/-9) spread/app/spreadview.cpp (+11/-1) |
To merge this branch: | bzr merge lp://staging/~dbarth/unity-2d/envvar-jit-flag |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Needs Fixing | |
Gerry Boland (community) | Needs Fixing | ||
Review via email: mp+175480@code.staging.launchpad.net |
Commit message
This is a simplified version of the jit-composite feature, using an environment variable in lieu of the dconf binding.
Description of the change
This is a simplified version of the jit-composite feature, using an environment variable in lieu of the dconf binding. Testing showed an issue with using dconf, where the flag is not retrieved properly. Probably due to an early dbus initialization issue with dconf-qt, but since that project has been superseded, it seemed more efficient to fallback to a simpler solution for now.
Unmerged revisions
- 1160. By David Barth
-
read UNITY2D_
JIT_COMPOSITE only once - 1159. By David Barth
-
suppress the dconf key previously added to control the jit flag
- 1158. By David Barth
-
use a simple environment variable for the jit-composite flag, in lieu of the buggy dconf binding
To test, use:
UNITY2D_ JIT_COMPOSITE= 1 ./spread/ app/unity- 2d-spread
There is a debug statement at the beginning to show which mode the spread runs in.