[Development] Qt 5.9's new garbage collector documentation? + root_ptr

Thiago Macieira thiago.macieira at intel.com
Sat Jul 15 08:56:47 CEST 2017


On sexta-feira, 14 de julho de 2017 12:13:52 PDT Phil Bouchard wrote:
> > [1] https://clearlinux.org/features/intel%C2%AE-clear-containers
> 
> I understand but what's the problem with containers?  I think Linux
> containers are also supported under Windows. Obviously some efforts will
> have to be done to strip out some access to the hardware

Windows and macOS run Linux containers by starting a virtual machine that runs 
Linux. The time those take to start is in the order of seconds, not tenths of 
seconds like Clear Containers or tenths of milliseconds like regular 
containers.

Clear Containers on Linux takes advantage that the *host* is Linux to bypass a 
lot of things. It doesn't run a BIOS, for instance, and simply executes a 
specially-prepared vmlinux binary inside the VM. There's no disk I/O -- 
everything is Direct Access (DAX) just like on tiny microcontrolers.

Making that run on macOS or Windows requires changes to the host OS itself.

> > It has always been a standard! That's what the Khronos Group is for in the
> > first place.
> 
> I meant Open GL and Open GL ES will have to be unified one day.

And then we added Vulkan. So, unlikely, though I think OpenGL 4 is a complete 
superset of OpenGL ES 2. Maybe of ES3 too?

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Development mailing list