Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
1093 Discussions

Intel(R) SDE 9.0 Release Announcement

AdyT_Intel
Moderator
1,047 Views

There is a new release for Intel® software development emulator (SDE) with support for developing binary instrumentation (pin) tools with SDE services.

It is available here: http://www.intel.com/software/sde.

See the release notes for more details.

0 Kudos
2 Replies
Shorty
Beginner
959 Views
-code_pattern options are not documented on the command line. What are the options? Says “default none” but if you specify no option, sde aborts.
0 Kudos
AdyT_Intel
Moderator
947 Views

The code-pattern analysis tool is a generic analysis tools that looks for pre-defined code patterns.

It was designed as a generic tool that we can add more patterns to detect. Currently the only available pattern is the misaligned-branch pattern. It is looking for branch instructions that cross 32 bytes alignment. These are considered as a source for performance problems.

 

0 Kudos
Reply