BLADE 0.2Alpha: Vector operations with mixins, expression templates, and asm

Walter Bright newshound1 at digitalmars.com
Tue Apr 3 11:21:20 PDT 2007


Don Clugston wrote:
> * I've often read that the x87 floating-point stack is notoriously 
> difficult for compilers to write code for, but it works quite well in 
> this case.

The hard part is doing register allocation. Generating code for the 
stack machine is trivial. There are some complications for dealing with 
87 stack overflows.



More information about the Digitalmars-d mailing list