This repository was archived by the owner on Mar 2, 2022. It is now read-only.
Commits
Branch selector
User selector
Commit History
Commits on Jan 28, 2021
- authored
Take some inspiration from rustwasm
Show description for 7e96faacommittedAdd issue templates
Show description for ef7a769committedCreate main.yml (#1)
Show description for ead7c0cauthored- committed
Include existing test corpus in sbs tests
Show description for c4d9885committedMatch 3.7's handling of doc strings on functions
Show description for 94fd08acommittedUse EXTENDED_ARG for large map unpacks instead of multiple BUILD_MAP_UNPACK
Show description for 5b11939committedMatch 3.7's try/except code generation
Show description for df17014committedFix constant comparison
Show description for 7af0f7acommittedFork tests which have different output between 3.6 and 3.7
Show description for 0965343committedFix peephole tests to avoid not emitting AST folded constants
Show description for e046cdccommittedFix symbol visitor to visit keyword params and class decorators
Show description for 8f91dabcommittedMatch async get iter code generation
Show description for 00f9478committedAdd __debug__ load support
Show description for 977a699committedMatch stack depth calculation
Show description for 32d3a70committedEnable optimizer for Python 3.7 mode
Show description for 676717dcommittedTurn constant lists and sets into tuples when used as iters
Show description for 22521a4committedSubscript optimization support
Show description for 681c937committedTuple to constant folding
Show description for 9851616committedOptimize bin op support
Show description for d5eec06committedStart of AST based optimization pass - support unary ops
Show description for 986522dcommittedAdds ast rewriter
Show description for 90e3449committedCleanup visitor in prep for rewriter
Show description for 836df8ccommittedSupport circular imports with absolute imports
Show description for d070e1fcommittedRemove STORE_ANNOTATION opcode generation
Show description for 4a2f62acommittedThere can be only 1: don't use a list for prev/next
Show description for 5b22166committedAdd compileJumpIfFalse support
Show description for efd21f8committedUse Python 3.7 generator when running on Python 3.7
Show description for 3f7be6bcommittedPython 3.7 future import support
Show description for ea2deb8committedCode Python 3.7 compiler - LOAD_METHOD/CALL_METHOD
Show description for 9f8cc2ecommittedExpose make_compiler API which is like compile() but takes a code generator
Show description for f72a5e0committedTreat peephole enabling/disabling as a CodeGenerator
Show description for d636f07committedRemove more dead code and Python 2.x cruft
Show description for b3341b3committedRemove some dead code in the assembler
Show description for 756ee68committed