User loginNavigation |
archivesRuntime code generation for partial application?There's an equivalence between partial application and staged compilation. Are there any languages that took this to an extreme, and used runtime compilation pervasively instead of closures? More than likely, this naive approach will actually be slower than closures due to I-cache flushes, but partial applications can be viewed as staging hints, so I'm looking for any work along those lines. A sort of unified theory of partial application and staging, ie. when it's appropriate to generate specialized code instead of a closure, or something along those lines. Deferred Compilation: The Automation of Run-Time Code Generation is along the right lines. Anything else? |
Browse archivesActive forum topics |
Recent comments
1 day 23 hours ago
2 days 20 hours ago
4 days 1 hour ago
4 days 1 hour ago
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago
4 weeks 2 days ago
5 weeks 1 day ago
5 weeks 1 day ago