y0news
AnalyticsDigestsSourcesRSSAICrypto
#compiler4 articles
4 articles
CryptoNeutralEthereum Foundation Blog ยท May 37/101
โ›“๏ธ

Solidity optimizer bug

A bug in the Solidity optimizer was discovered and reported through the Ethereum Foundation Bounty program by Christoph Jentzsch. The vulnerability has been patched with the release of Solidity version 0.4.11 on May 3, 2017.

$ETH
DeFiBearishEthereum Foundation Blog ยท Nov 17/101
๐Ÿ’Ž

Security Alert - Solidity - Variables can be overwritten in storage

A critical security vulnerability affects Solidity compiler versions 0.1.6 to 0.4.3, allowing storage variables smaller than 256 bits to overwrite other variables when packed together. This bug could lead to unexpected behavior and potential security exploits in smart contracts compiled with these versions.

CryptoNeutralEthereum Foundation Blog ยท Jan 86/103
โ›“๏ธ

Update on the Vyper Compiler

The article provides an update on the Vyper compiler, a programming language originally created by Vitalik Buterin as a safer replacement for Serpent. Vyper was designed with language-level safety features but appears to have faced development challenges after its initial creation.

AIBullishApple Machine Learning ยท Feb 244/103
๐Ÿง 

depyf: Open the Opaque Box of PyTorch Compiler for Machine Learning Researchers

Researchers introduce depyf, a new tool designed to make PyTorch 2.x's compiler more transparent for machine learning researchers. The tool decompiles bytecode back into readable source code, helping researchers better understand and utilize the compiler's optimization capabilities.