p0nce
p0nce
Ideally, there would be some kind of "font registry", global to the UI and held by UIContext, referenced by canvases, then font can be used like in `printed:canvas` `printed:font` is...
`printed:font` would need to be separated to its own library and made `nothrow @nogc` (EDIT: and I'm thinking about this a lot)
Smoothers deprecated, one can copy them in own tree to fix them.
Interestingly, this also happens with multiple LDC -a x86: ``` C:\Users\guill\Desktop\LOISIRS\intel-intrinsics>dub.exe test --compiler ldc2 -a x86 -f -b unittest-release-inst Generating test runner configuration 'intel-intrinsics-test-library' for 'library' (library). Starting Performing "unittest-release-inst"...
No repro, probably compiler exceeding CI memory.
Bug doesn't seem to exist on Windows, no reload possible since the DLL file will stay "opened" even when uninstantiated. (ERRATUM: **it works on Windows** but you have to host...
 And that can be avoided by not using __ir_pure
My fear with `pragma(inline, true)` is that without `--combined` the body of ALL intrinsics will get built by every dependees, making the task of compiling intel-intrinsics each time quite expensive....
I need to try and see if there is any performance loss. I trust the huge single object file and have not had the same experience with multiple translation units...
> Well, if a function is supposed to be inlined at every call site, the .di header needs to contain the body. But you can want to have the body...