|
|
|
|
|
by i_don_t_know
949 days ago
|
|
Wirth’s book on Compiler Construction is available at https://people.inf.ethz.ch/wirth/CompilerConstruction/index.... The relevant section is 10.2. But its mechanism is the “inverse” of destination driven code generation as I understand it. In Wirth’s Item approach the callee picks a location and tells the caller where to look. Whereas in destination driven code generation the caller tells the callee where to put the result. |
|
[0] https://www.research-collection.ethz.ch/bitstream/handle/20....