Replace CallMethod/LoadMethod opcodes with plain Call by youknowone · Pull Request #6674 · RustPython/RustPython
youknowone
changed the title
implementing call the correct way
Replace CallFunction/LoadMethod opcodes with CallWithSelf
youknowone
changed the title
Replace CallFunction/LoadMethod opcodes with CallWithSelf
Replace CallMethod/LoadMethod opcodes with plain Call
This was referenced
terryluan12 pushed a commit to terryluan12/RustPython that referenced this pull request
* implementing call the correct way stack is [Option<PyObjectRef>] * fix again * list custom instructions * Auto-format: cargo fmt --all --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This was referenced
This was referenced
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters