4 Matching Annotations
- Dec 2022
-
-
Partial Evaluation, Constant Propagation, AI的关系是什么?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
Call By Need语义下如何做Partial Evaluation?
Tags
Annotators
URL
-
-
www.zhihu.com www.zhihu.com
-
怎样理解 Partial Evaluation?
Tags
Annotators
URL
-
- Dec 2017
-
blog.discordapp.com blog.discordapp.com
-
After doing some research, we found mochiglobal, a module that exploits a feature of the VM: if Erlang sees a function that always returns the same constant data, it puts that data into a read-only shared heap that processes can access without copying the data. mochiglobal takes advantage of this by creating an Erlang module with one function at runtime and compiling it.
This is a cool trick and it sounds like partial evaluation and just-in-time compilation.
-