On Wed, May 15, 2013 at 3:07 AM, Stephan Bergmann <sbergman@redhat.com> wrote:
On 05/13/2013 06:59 PM, Norbert Thiebaud (via Code Review) wrote:
Thank you for your patch!  It has been merged to LibreOffice.
If you are interested in details, please visit
     https://gerrit.libreoffice.org/3841
Just saw the hotspot-dev@openjdk.java.net thread "Mac OS X System.nanoTime
Improvements" starting at
<http://mail.openjdk.java.net/pipermail/hotspot-dev/2013-May/009496.html>
that might be interesting for us, too.
yep. I have some code to that effect in my own stuff...
the only gotcha is that that require a static initial value... since
the function in question give you tick since the begenning of the
program... so you need
to convert t=0 to a real time once and store it in a static variable
to be able to provide an emulation of clock_getttime
I'm concerned about static variable in ure... and how to properly and
racelessly initialize it...
Norbert
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.