18. July 2023 #1462
dimakuv
started this conversation in
Meeting notes
18. July 2023
#1462
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Agenda
(please write your proposed agenda items in comments under this discussion)
gramine-direct
?__FILE_NAME__
to our func call #1457 -- what to do?Woju: update on RHEL situation
The situation is still dynamic. Hopefully people will end up with some de-facto standard Enterprise Linux distro before Gramine v1.6.
Dmitrii: Gramine, GSC and Meson 1.2.0
Woju, Michal: instead of fixing documentation and core Gramine stuff, we simply wait for Meson authors to reply.
See #1459 and mesonbuild/meson#12006.
Dmitrii: Issue of expanding
__FILE_NAME__
See PR #1457
Woju: we are not in a position to compile with newer GCC (GCC 12). This is because we'll have to compile packages on newer distro, and this may have backward compatibility problems with older distros (e.g. Ubuntu 22.04).
Michal: tried to find a static macro to extract basename of a file.
Michal: modify _log() function into 4 different macros.
TODO: Dmitrii will do that.Better way: replace the while loop with cascade of IFs, mark as always-inline and pray that the compiler optimizes it all away. TODO: Dmitrii will do that.
Dmitrii (customer ask): Why does acquiring locks takes time in an uncontended environment in
gramine-direct
Don and Michal say 5-10% overhead on a microbenchmark is normal.
Beta Was this translation helpful? Give feedback.
All reactions