tetzank

Results 8 comments of tetzank

The assembler seems to be too old. It doesn't know about the AVX2 and BMI{1,2} instruction set extensions which the compiler happily created as it detected that the CPU supports...

Hello, thanks for the interest and trying it out in one of your projects. I'm well aware of the template problem, but there is no simple answer to this. Just...

Unfortunately, it doesn't seem to work, at least for me. Arch Linux here again. I only tried the included benchmark examples, e.g., word_count. When I compile with gcc 9.2, profile.coz...

I use git master of libelfin. Comparing the outputs of word_count compiled with gcc and clang, I guess, gcc's version does not work as it cannot walk the compilation units....

DWARF 4 is the default in gcc 9.2, but `-gdwarf-3` gets around the issue. Thanks for the tip.

I created a tiny patch for libelfin which solves the issue for me. gcc 9 works now with the default `-g`. https://github.com/tetzank/libelfin/commit/c4394ec2aca4f6d858385f8e80ba9440ade2269b

There's no documentation, only the demo page demo_snapshot.html. I pushed it now to github pages to make testing easier: http://tetzank.github.io/videojs-snapshot/demo_snapshot.html Just load a local video file and press at any...

The technique used to get hold of the menu entries is actually meant for a global menu. That is why the applications hide their local menu bars as they expect...