Summary

inline call to known variable if its value refers to an intrinsic

Metadata

Description

For example:

(define foo +) (print (foo 3 4))

should completely constant-fold the expression. `foo` has a known value of `(##core#variable +)`, and `+` is an intrinsic.

Changes and comments

[2011-12-17 17:40:15 UTC] felix changed priority from not urgent at all to minor

[2012-01-30 08:36:34 UTC] felix changed status from new to closed

[2012-01-30 08:36:34 UTC] felix set resolution to fixed