User loginNavigation |
Runtime 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? By naasking at 2011-01-05 02:32 | LtU Forum | previous forum topic | next forum topic | other blogs | 7763 reads
|
Browse archives
Active forum topics |
Recent comments
13 weeks 3 days ago
13 weeks 3 days ago
13 weeks 3 days ago
35 weeks 4 days ago
39 weeks 6 days ago
41 weeks 3 days ago
41 weeks 3 days ago
44 weeks 1 day ago
48 weeks 5 days ago
48 weeks 6 days ago