Инструменты пользователя

Инструменты сайта


blackbox:haiku

Различия

Показаны различия между двумя версиями страницы.

Ссылка на это сравнение

blackbox:haiku [2022/10/02 22:33]
iadenisov создано
blackbox:haiku [2022/10/02 22:33] (текущий)
iadenisov
Строка 5: Строка 5:
 Haiku Blackbox version is different from others in 2 points: Haiku Blackbox version is different from others in 2 points:
  
-It have limited multithreading support because using multiple threads is obligatory for GUI API. But it have one global mutex for all safe Component Pascal code. +  - It have limited multithreading support because using multiple threads is obligatory for GUI API. But it have one global mutex for all safe Component Pascal code. 
- +  It directly interacts with C++ ABI (https://itanium-cxx-abi.github.io/cxx-abi/abi.html), use mangled names, define vtables and C++ RTTI information (it will be nice to integrate it to compiler like COM, but currently don't).
-It directly interacts with C++ ABI (https://itanium-cxx-abi.github.io/cxx-abi/abi.html), use mangled names, define vtables and C++ RTTI information (it will be nice to integrate it to compiler like COM, but currently don't).+
blackbox/haiku.txt · Последнее изменение: 2022/10/02 22:33 — iadenisov