-
Notifications
You must be signed in to change notification settings - Fork 8k
Tail call VM [2] #18720
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
Closed
Closed
Tail call VM [2] #18720
Changes from 22 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3ca87ce
Tail call VM
arnaud-lb 140a3cd
Return opline directly from helpers with extra args (remove zend_vm_t…
arnaud-lb 0563418
ZEND_VM_TAIL_CALL_DISPATCH -> ZEND_VM_KIND_TAILCALL
arnaud-lb 09032b6
Split ZEND_OPCODE_HANDLER_CCONV in two macros so we do not have to re…
arnaud-lb a7ebc3c
Drop $variant, use $kind instead. Name tailcall handlers with _TAILCALL.
arnaud-lb f11f508
Generate CALL handlers first, then TAILCALL handlers
arnaud-lb cc294ed
Simplify dispatching from helpers with extra args
arnaud-lb 3ff3588
Remove IR_OPCODE_HANDLER_FUNC
arnaud-lb 169f6f1
Remove unnecessary case
arnaud-lb 8c780d1
Fix return type
arnaud-lb 79086d1
fixup
arnaud-lb 67c58ad
Revert "Simplify dispatching from helpers with extra args"
arnaud-lb c1e0d52
fixup phpdbg
arnaud-lb 7305116
Clean generated code wrt ZEND_VM_DISPATCH_NOTAIL
arnaud-lb 0c3515a
Generate helpers with extra args, last
arnaud-lb 707d942
Remove ZEND_VM_DISPATCH_TO_* macros
arnaud-lb 764410c
Rework special casing of halt and leave helpers
arnaud-lb 780ac6f
Cleanup gen_null_handler/gen_halt_handler: The generate-once conditio…
arnaud-lb ad283c4
WS
arnaud-lb 1234e5c
Comment
arnaud-lb c5823ae
Generated file
arnaud-lb e77d83d
Lower fixed_stack_frame_size
arnaud-lb 38688b2
Review
arnaud-lb 1702d77
Reduce diff size
arnaud-lb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.