Skip to Content.
Sympa Menu

coq-club - [Coq-Club] Coq - kernel - interp.c arch-specific code

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] Coq - kernel - interp.c arch-specific code


Chronological Thread 
  • From: <moe45673 AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] Coq - kernel - interp.c arch-specific code
  • Date: Fri, 21 Mar 2014 18:23:51 +0100

Hello

Off the bat, I'm a student. Currently, I'm in a course where our focus is the
LINARO project to port existing programs to Arm64. Our focus is on converting
assembly code into machine-portable code.

I've chosen COQ to look at and the main assembly code is in the above file
(installed on Fedora). This code mainly declares specific registers (using
#define CONSTANT) which is then passed through to, from what I can tell,
system functions (in the coq*/interp directory).

My question is: why not just allow gcc to set the registers?

Any assistance given with which to point me in a direction would be awesome.

Cheers,
Moe



Archive powered by MHonArc 2.6.18.

Top of Page