This repository was archived by the owner on Dec 18, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 225
architecture is "x86' on arm #2063
Milestone
Comments
Here too if we run tests on arm:
|
And in kestrel where we use it to determine where to load libuv.dll. |
Shouldn't the native bootstrapper just pass this data in and the managed code just read it rather than trying to redetect it? The bootstrapper is unique per architecture and OS (and there's a bootstrapper for Mono too). |
Possibly. Might part of #1970 |
@DamianEdwards is ARM in scope for V1? cc @davidfowl @Eilon @danroth27 Also see aspnet/KestrelHttpServer#106 |
We seem to be doing this now only in one place: https://github.com/aspnet/dnx/blob/dev/src/Microsoft.Dnx.Loader/LoadContext.cs#L71 |
Do we still need this? |
Possibly - depending on what happens with |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To determine OS architecture we just check the size of the pointer (
dnx/src/dnx.host/RuntimeEnvironment.cs
Line 21 in 32358ec
The text was updated successfully, but these errors were encountered: