|
|
|
|
|
by eatonphil
2765 days ago
|
|
> In a better compiler, we would not make plus a built-in function. We'd emit code for the assembly instruction ADD. However, making plus a function makes code generation simpler and also allows us to see what function calls look like. :) |
|