Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !2749

i#2708 trace discontinuity: avoid istream::seekg

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Derek Bruening requested to merge i2708-avoid-seek into master Dec 08, 2017
  • Overview 4
  • Commits 8
  • Pipelines 0
  • Changes 3

Commit f9b69144 added an extra peek ahead when processing a memref in raw2trace, in order to properly handle a signal delivered in the middle of a bb. This peek and subsequent putback with istream::seekg ends up causing performance problems for some istream implementations. We avoid that by doing our own buffering of the 1 or 2 entries that we peek in raw2trace.

Issue: #2708 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i2708-avoid-seek