Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 3.1.3
-
Component/s: Compiler: Optimizing, Instruction Architecture: Intel
-
Labels:None
Description
We have migrated to SSE code generation on IA32 but x87 code generation remains for older architectures. Generating code for the x87 FPU stack is quite complex and has particularly complicates the register allocator. We should remove this support to the point where we can just do very simple code generation for x87.
Issue Links
- is related to
-
RVM-79
Dump all registers on a fault on Intel
-
This issue relates to the issue of cleaning up the name of FP registers on IA32.