New issue
Advanced search Search tips

Issue 709270 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 746953
Owner:
Closed: Oct 2017
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Content unity build experiment

Project Member Reported by brat...@opera.com, Apr 6 2017

Issue description

A unity build can be much faster (8x-13x faster in the compilation phase) and content takes a long time to build so this is tracking an experiment to make it compile in a unity build.

Complications:
* X11 headers leak defines -> Fixed with undef and X11Constants class
* libyuv, webrtc leak identical FOURCC define that collides -> #undef
* libyuv, webrtc, leveldatabase leak identical threading macros -> #undef
* IPC headers -> wrapper files
* content/common visibility -> ??
* Name collisions -> Renames or share code instead of duplicating it

 

Comment 1 by brat...@opera.com, Oct 25 2017

Labels: jumbo
Mergedinto: 746953
Status: Duplicate (was: Started)
I forgot about this bug and created a new one, bug 746953 which I have been working in.

Sign in to add a comment