Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
GH-99005: Add CALL_INTRINSIC_1 instruction#100771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
4e1e4a3f0eafa985108616e99cc766d3ea4fcf2806ed870bb9c6cbbcc5ecb5f8bad358a39ac2ba0a4ba6e42c99dabb24b9File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| #define INTRINSIC_PRINT 1 | ||
| #define INTRINSIC_IMPORT_STAR 2 | ||
| #define INTRINSIC_STOPITERATION_ERROR 3 | ||
| #define MAX_INTRINSIC_1 3 | ||
| typedef PyObject *(*instrinsic_func1)(PyThreadState* tstate, PyObject *value); | ||
| extern instrinsic_func1 _PyIntrinsics_UnaryFunctions[]; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| Add new :opcode:`CALL_INSTRINSIC_1` instruction. Remove | ||
| :opcode:`IMPORT_STAR`, :opcode:`PRINT_EXPR` and | ||
| :opcode:`STOPITERATION_ERROR`, replacing them with the | ||
| :opcode:`CALL_INSTRINSIC_1` instruction. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.