DynamoRIO / DynamoRIO/drmemory

compare Release /Od perf to /O2 and Debug natively and under DrMem

Open
#725 1 comment 0 reactions 0 assignees View on GitHub
Migrated Performance Priority-Medium Type-Feature Usability
Dominant language
C
Stars
2.7k
Forks
290
PR merge metrics
No merged PRs in 30d

Description

_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on December 20, 2011 11:03:11_

We'd like to avoid tailcalls but still get good performance. We can disable inlining and FPO but not tailcalls in cl. We should measure Release /Od and see its perf. Full Release /O2 is 2.5x faster than Debug /Od natively. Release /Od should still be faster than Debug /Od b/c of no debug heap features from _DEBUG, and no DCHECKs (for chrome).

Xref issue #724 Xref https://code.google.com/p/chromium/issues/detail?id=108155

_Original issue: http://code.google.com/p/drmemory/issues/detail?id=725_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.