Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for the x32 architecture #6722

Closed
vicuna opened this issue Dec 18, 2014 · 1 comment
Closed

support for the x32 architecture #6722

vicuna opened this issue Dec 18, 2014 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Dec 18, 2014

Original bug ID: 6722
Reporter: KiloByte
Status: closed (set by @xavierleroy on 2017-02-16T14:15:06Z)
Resolution: fixed
Priority: normal
Severity: feature
Version: 4.02.1
Target version: 4.03.0+dev / +beta1
Fixed in version: 4.03.0+dev / +beta1
Category: back end (clambda to assembly)
Tags: patch
Monitored by: @whitequark @gasche @hcarty

Bug description

This patch adds support for the x32 architecture, on Linux.

As you can see, most of the troubles came from the current code confusing x32 with amd64 and i386. It should also be possible to borrow pieces from those two architectures to add native support, however, not knowing anything about ocaml or the compiler, I went with bytecode only for now.

File attachments

@vicuna
Copy link
Author

vicuna commented Jul 24, 2015

Comment author: @xavierleroy

Partially merged in trunk, commit 16243. I lefet out the otherlibs/num part because this library is on its way to a standalone package and its configuration will have to be revised then.

@vicuna vicuna closed this as completed Feb 16, 2017
@vicuna vicuna added this to the 4.03.0 milestone Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant