Add a HAVE_RDTSC configure time option

XMLWordPrintableJSON

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

      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 (Inactive)
            Reporter:
            Alexander Gorrod
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: