[DynInst_API:] [dyninst/dyninst] 6dd48c: Switched some std::map objects to std::tr1::unorde...


Date: Fri, 26 Aug 2016 14:50:52 -0700
From: Matt Morehouse <mm@xxxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 6dd48c: Switched some std::map objects to std::tr1::unorde...
  Branch: refs/heads/sfm/performance/maps
  Home:   https://github.com/dyninst/dyninst
  Commit: 6dd48c6b6fa01300e0a16f4451f213b60433aa7b
      https://github.com/dyninst/dyninst/commit/6dd48c6b6fa01300e0a16f4451f213b60433aa7b
  Author: Matt Morehouse <mm@xxxxxxxxxxx>
  Date:   2016-08-26 (Fri, 26 Aug 2016)

  Changed paths:
    M dataflowAPI/h/stackanalysis.h
    M dataflowAPI/src/stackanalysis.C
    M dyninstAPI/src/StackMod/StackAccess.C

  Log Message:
  -----------
  Switched some std::map objects to std::tr1::unordered_map.

Some structures in StackAnalysis do not need to be ordered.  Using
unordered maps improves performance.


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 6dd48c: Switched some std::map objects to std::tr1::unorde..., Matt Morehouse <=