Skip to content

Conversation

dstogov
Copy link
Member

@dstogov dstogov commented May 24, 2016

No description provided.

@dstogov
Copy link
Member Author

dstogov commented May 24, 2016

@nikic, I was able to improve your patch, removing zend_try_catch_element.parent. I think this patch is the final.


/* check for delayed exception */
if (Z_OBJ_P(fast_call) != NULL) {
SAVE_OPLINE();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This branch should have a ZEND_VM_NEXT_OPCODE_CHECK_EXCEPTION() as well.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right

@nikic
Copy link
Member

nikic commented May 24, 2016

@dstogov Yes, this looks better, thanks. parent is not worth the trouble in opcache.

From my side this is ready for landing.

@dstogov
Copy link
Member Author

dstogov commented May 24, 2016

Merged into master.

@dstogov dstogov closed this May 24, 2016
@dstogov dstogov deleted the bug72213 branch October 14, 2019 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants