1
0
mirror of https://github.com/golang/go synced 2024-11-23 14:40:02 -07:00

cmd/compile: s/floating-pointer/floating-point

This commit is contained in:
Jes Cok 2023-08-28 19:50:33 +08:00
parent 071aed2aaa
commit 3466a67c02

View File

@ -136,7 +136,7 @@ assigned to registers or the stack using the following algorithm:
1. Let NI and NFP be the length of integer and floating-point register 1. Let NI and NFP be the length of integer and floating-point register
sequences defined by the architecture. sequences defined by the architecture.
Let I and FP be 0; these are the indexes of the next integer and Let I and FP be 0; these are the indexes of the next integer and
floating-pointer register. floating-point register.
Let S, the type sequence defining the stack frame, be empty. Let S, the type sequence defining the stack frame, be empty.
1. If F is a method, assign Fs receiver. 1. If F is a method, assign Fs receiver.
1. For each argument A of F, assign A. 1. For each argument A of F, assign A.