上腭 发表于 2025-3-25 04:05:37
A Haskell to Java Virtual Machine code compiler,aper describes our first attempt to produce a Haskell to Java Virtual Machine code compiler, based on a mapping between the G-machine and the Java Virtual Machine. Although this mapping looks good, it is not perfect, and our first results suggest that the compiled Java Virtual Machine code may be ra薄膜 发表于 2025-3-25 08:47:45
Common subexpressions are uncommon in lazy functional languages,ctional languages, referential transparency renders the identification of common subexpressions very simple. More common subexpressions can be recognised because they can be of arbitrary type whereas standard common subexpression elimination only shares primitive values. However, because lazy functi共同给与 发表于 2025-3-25 12:36:32
With-loop-folding in Sac-condensing consecutive array operations,C (for Single Assignment C) serves as a versatile vehicle to describe array operations on an elementwise basis. A general mechanism for combining two of these .-loops into a single loop construct is presented. This mechanism constitutes a powerful tool when it comes to generate efficiently executabl泥瓦匠 发表于 2025-3-25 17:58:04
http://reply.papertrans.cn/47/4626/462563/462563_24.pngSTING 发表于 2025-3-25 23:23:24
http://reply.papertrans.cn/47/4626/462563/462563_25.pngIRS 发表于 2025-3-26 01:39:01
http://reply.papertrans.cn/47/4626/462563/462563_26.pnglicence 发表于 2025-3-26 05:55:47
http://reply.papertrans.cn/47/4626/462563/462563_27.pngjustify 发表于 2025-3-26 09:25:51
Complete and partial redex trails of functional computations,cer based on redex trails demonstrated the promise of the technique, but was limited in two respects: (1) trails did not record every reduction, only those constructing a new value; (2) even so computing trails was very expensive, particularly in terms of the memory space they occupied. In this粉笔 发表于 2025-3-26 16:06:37
Parallelising a large functional program or: Keeping LOLITA busy,t parallelism, we believe that it is the largest parallel functional program ever, comprising more than 47,000 lines of Haskell. LOLITA has the following interesting features common to real world applications of lazy languages:.Our expectations in parallelising the program were to achieve moderate sextemporaneous 发表于 2025-3-26 20:35:16
http://reply.papertrans.cn/47/4626/462563/462563_30.png