This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/59177] steady_clock::now() and system_clock::now do not use the vdso (and are therefore very slow)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59177

--- Comment #7 from Andy Lutomirski <luto at mit dot edu> ---
I guess what I'm saying is: what's wrong with "yes" in 4.8?  From looking at
the code, it still seems like it does the right thing (i.e. not using
clock_gettime if it's not in [posix4]).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]