<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/careful-with-pair-of-registers-instructions-on-apple-silicon-daniel-lemire-s-blog-u1egsslav" -->

---
title: Careful with Pair-of-Registers instructions on Apple...
description: An optimization introduced in the .NET 9.0 runtime that combines two loads into a single load may cause performance regression on Apple hardware. The ldp...
canonical: https://daily.dev/posts/careful-with-pair-of-registers-instructions-on-apple-silicon-daniel-lemire-s-blog-u1egsslav
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Careful with Pair-of-Registers instructions on Apple Silicon – Daniel Lemire&#x27;s blog | daily.dev
og:description: An optimization introduced in the .NET 9.0 runtime that combines two loads into a single load may cause performance regression on Apple hardware. The ldp...
og:url: https://daily.dev/posts/careful-with-pair-of-registers-instructions-on-apple-silicon-daniel-lemire-s-blog-u1egsslav
og:image: https://api.daily.dev/og/posts/u1Egsslav.png
og:image:alt: Careful with Pair-of-Registers instructions on Apple Silicon – Daniel Lemire&#x27;s blog
og:image:width: 1200
og:image:height: 630
og:locale: en
---

[Daniel Lemire](https://daily.dev/sources/lemire)

[Read post](https://api.daily.dev/r/u1Egsslav)

# [Careful with Pair-of-Registers instructions on Apple Silicon – Daniel Lemire's blog](https://api.daily.dev/r/u1Egsslav "Go to post")

An optimization introduced in the .NET 9.0 runtime that combines two loads into a single load may cause performance regression on Apple hardware. The ldp instruction, which loads two consecutive values from memory into two registers simultaneously, may have a penalty on Apple silicon when loading data from recently written memory.

[#assembly](/tags/assembly "Check all #assembly posts")[#c](/tags/c "Check all #c posts")[#performance](/tags/performance "Check all #performance posts")

Apr 29, 2024•2m read time•From [lemire.me](https://api.daily.dev/r/u1Egsslav "lemire.me")

[![Post cover image](https://media.daily.dev/image/upload/s--HRgLpUt6--/f_auto/v1722860399/public/Placeholder%2003)](https://api.daily.dev/r/u1Egsslav "Go to post")

53 Impressions

Comment

Bookmark

Copy

![Placeholder image for anonymous user](https://media.daily.dev/image/upload/s--qsFuKGv_--/t_logo,f_auto/public/noProfile)Share your thoughtsPost

[![Daniel Lemire's image](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/33b93b4f779a45bdaca4a8d3d678fe39)](https://daily.dev/sources/lemire)

[Daniel Lemire](https://daily.dev/sources/lemire "https://daily.dev/sources/lemire")

Authored by Daniel Lemire, a computer science professor and researcher, this blog covers a wide rang... Read more

21 Followers

•

127 Upvotes

#### Would you recommend this post?

Copy link

WhatsApp

Facebook

X

New Squad

Copy linkShare with your friends

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Careful with Pair-of-Registers instructions on Apple Silicon – Daniel Lemire's blog","url":"https://daily.dev/posts/careful-with-pair-of-registers-instructions-on-apple-silicon-daniel-lemire-s-blog-u1egsslav","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/careful-with-pair-of-registers-instructions-on-apple-silicon-daniel-lemire-s-blog-u1egsslav"},"datePublished":"2024-04-29T00:35:14.090Z","dateModified":"2024-08-02T02:13:35.904Z","description":"An optimization introduced in the .NET 9.0 runtime that combines two loads into a single load may cause performance regression on Apple hardware. The ldp...","image":"https://media.daily.dev/image/upload/s--HRgLpUt6--/f_auto/v1722860399/public/Placeholder%2003","thumbnailUrl":"https://media.daily.dev/image/upload/s--HRgLpUt6--/f_auto/v1722860399/public/Placeholder%2003","isAccessibleForFree":true,"articleSection":"Daniel Lemire","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Daniel Lemire","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/33b93b4f779a45bdaca4a8d3d678fe39","url":"https://daily.dev/sources/lemire"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/careful-with-pair-of-registers-instructions-on-apple-silicon-daniel-lemire-s-blog-u1egsslav","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"assembly,c,performance","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Daniel Lemire","item":"https://daily.dev/sources/lemire"},{"@type":"ListItem","position":3,"name":"Careful with Pair-of-Registers instructions on Apple Silicon – Daniel Lemire's blog"}]}
```

