question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add arm64 support

See original GitHub issue

Will it be possible to add arm64 support to sharplab? If there are no machines available, there is a mechanism to generate arm64 code using clrjit’s altjit mechanism, but will be only possible with checked jit support - https://github.com/ashmind/SharpLab/issues/828. Happy to contribute if you can provide pointers.

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
EgorBocommented, Feb 7, 2022

By the way, .NET support was recently added in godbolt - https://godbolt.org/z/dab19aWs7

Wow! I didn’t knew that. Wonderful news, really! Thanks for sharing. 🎉 @EgorBo in case you missed that. ^^

Thanks, I am aware 🙂 btw, @ashmind you might find it useful https://github.com/compiler-explorer/misc-builder/pull/27 (the fastest way to get JIT’s internal ASM representation (with comments and meaningful names)

1reaction
kunalspathakcommented, Feb 7, 2022

we don’t need to build with checked configuration); which is how AltJitName and AltJit are defined

@am11 - While AltJit works on retain builds, the config that controls the display of disassembly is DEBUG only.

https://github.com/dotnet/runtime/blob/931b70a51abb3261e3a19b4240f9757473d4d397/src/coreclr/jit/jitconfigvalues.h#L180

By the way, .NET support was recently added in godbolt - https://godbolt.org/z/dab19aWs7

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update app architecture from Arm32 to Arm64
This guide will cover the recommended steps for changing an existing app with support for 32-bit Arm platform architecture over to the more ......
Read more >
Add Arm64 Support To Your Visual Studio 2022 Extensions
Figure out how to add Arm64 support to some of the extensions that I use. This blog post will walk through the steps...
Read more >
Simulator ARM64 Support for Static Libraries in M1 Machines
We have an SDK project that contains a static library (.a) with binaries for arm64, armv7 (Device) and x86_64, i386 (Simulator). When we...
Read more >
Add ARM64 Support · Issue #12920 · open-telemetry ...
I am working to add arm64 support in GitHub actions to add builds for testing, we can do ARM64 testing in GitHub actions...
Read more >
Add arm64 support for watchOS targets (Xcode 14) : KT-53107
The app I work on fails to build for the device with Xcode 14 (beta 3) due to a missing arm64 slice in...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found