ETHPanda’s Substack
Subscribe
Sign in
Share this post
ETHPanda’s Substack
写合约不省 Gas 是因为你不懂 Vyper 的内存分配逻辑!
Copy link
Facebook
Email
Notes
More
写合约不省 Gas 是因为你不懂 Vyper 的内存分配逻辑!
ETHPanda
Jul 11
Share this post
ETHPanda’s Substack
写合约不省 Gas 是因为你不懂 Vyper 的内存分配逻辑!
Copy link
Facebook
Email
Notes
More
本文介绍了 Vyper 编译器如何建模和维护内存(即 EVM 的内存位置)。文章解释了 Vyper 函数的内存布局、变量是如何分配和释放的,以及函数调用约定如何与内存分配交织在一起。
Read →
Comments
Share
Copy link
Facebook
Email
Notes
More
This site requires JavaScript to run correctly. Please
turn on JavaScript
or unblock scripts
Share this post
写合约不省 Gas 是因为你不懂 Vyper 的内存分配逻辑!
Share this post
本文介绍了 Vyper 编译器如何建模和维护内存(即 EVM 的内存位置)。文章解释了 Vyper 函数的内存布局、变量是如何分配和释放的,以及函数调用约定如何与内存分配交织在一起。