mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #13770 from ethereum/docs-yul-updates
[DOCS] Remove mentions of Yul being experimental from docs
This commit is contained in:
		
						commit
						867a68d798
					
				
							
								
								
									
										10
									
								
								docs/yul.rst
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								docs/yul.rst
									
									
									
									
									
								
							| @ -9,13 +9,9 @@ Yul | ||||
| Yul (previously also called JULIA or IULIA) is an intermediate language that can be | ||||
| compiled to bytecode for different backends. | ||||
| 
 | ||||
| Support for EVM 1.0, EVM 1.5 and Ewasm is planned, and it is designed to | ||||
| be a usable common denominator of all three | ||||
| platforms. It can already be used in stand-alone mode and | ||||
| for "inline assembly" inside Solidity | ||||
| and there is an experimental implementation of the Solidity compiler | ||||
| that uses Yul as an intermediate language. Yul is a good target for | ||||
| high-level optimisation stages that can benefit all target platforms equally. | ||||
| It can be used in stand-alone mode and for "inline assembly" inside Solidity. | ||||
| The compiler uses Yul as an intermediate language in the IR-based code generator ("new codegen" or "IR-based codegen"). | ||||
| Yul is a good target for high-level optimisation stages that can benefit all target platforms equally. | ||||
| 
 | ||||
| Motivation and High-level Description | ||||
| ===================================== | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user