etaoins / llambda

Scheme R7RS frontend for LLVM
Other
68 stars 6 forks source link

Generate Constant Records #53

Closed etaoins closed 9 years ago

etaoins commented 9 years ago

If a record is constructed from constant values and the record type doesn't have mutators then we should create a compile time constant. This is useful for avoid garbage collector overhead, especially for actor messages.