Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-3802

Add a HAVE_RDTSC configure time option

    • Type: Icon: Task Task
    • Resolution: Won't Fix
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • Storage NYC 2018-06-18

      We recently added support for using the fast clock rdtsc instruction where it's available (most places). It's currently gated on checking some architectures specifically:

      #if (defined __i386) || (defined __amd64)
      

      We use that check in more than one place - it would be clearer if there was a HAVE_RDTSC define in wiredtiger_config.h instead.

            Assignee:
            daniel.gottlieb@mongodb.com Daniel Gottlieb (Inactive)
            Reporter:
            alexander.gorrod@mongodb.com Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: