Abstracts of the 2018 ACM International Conference on Measurement and Modeling of Computer Systems 2018
DOI: 10.1145/3219617.3219662
|View full text |Cite
|
Sign up to set email alerts
|

Intel MPX Explained

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
12
0

Year Published

2018
2018
2023
2023

Publication Types

Select...
3
2
2

Relationship

0
7

Authors

Journals

citations
Cited by 61 publications
(12 citation statements)
references
References 9 publications
0
12
0
Order By: Relevance
“…450.soplex is incompatible with per-pointer bounds checkers: it patches pointers to point to out-of-bounds locations using pointer subtraction after reallocating a buffer containing pointers. This violation of the C standard is well-documented in related work [26,34], and other researchers either patch or omit these programs as well. In order to avoid the impact of omitting benchmarks on the overall overhead, we wrote small source patches for 403.gcc to configure pointer bitsize at 32 bits and to preserve a pointer tag at a single NULL pointer subtraction, and for 450.soplex to fix the delta tag on patched pointers after realloc.…”
Section: Runtime Performancementioning
confidence: 72%
See 3 more Smart Citations
“…450.soplex is incompatible with per-pointer bounds checkers: it patches pointers to point to out-of-bounds locations using pointer subtraction after reallocating a buffer containing pointers. This violation of the C standard is well-documented in related work [26,34], and other researchers either patch or omit these programs as well. In order to avoid the impact of omitting benchmarks on the overall overhead, we wrote small source patches for 403.gcc to configure pointer bitsize at 32 bits and to preserve a pointer tag at a single NULL pointer subtraction, and for 450.soplex to fix the delta tag on patched pointers after realloc.…”
Section: Runtime Performancementioning
confidence: 72%
“…Since our Delta Pointers design records per-pointer metadata, such a feature could easily be added. Such strict enforcement of bounds is knows to cause compatibility problems [7,34].…”
Section: Discussionmentioning
confidence: 99%
See 2 more Smart Citations
“…In addition, the manipulation of a pointer with metadata should be atomic, otherwise, it will lead to false positives or negatives in multi-threading programs. While the Intel MPX has excellent performance, it is deprecated because it does not provide multi-threaded safety [25,28].…”
Section: Introductionmentioning
confidence: 99%