Skip to content

Make the CallTree store a Thread.#4475

Merged
mstange merged 1 commit into
firefox-devtools:mainfrom
mstange:call-tree-has-thread
Feb 17, 2023
Merged

Make the CallTree store a Thread.#4475
mstange merged 1 commit into
firefox-devtools:mainfrom
mstange:call-tree-has-thread

Conversation

@mstange

@mstange mstange commented Feb 16, 2023

Copy link
Copy Markdown
Contributor

There wasn't really a reason not to do this, since we pass the entire Thread to the constructor. And this makes it easier to use the full thread for other things.

For example, for the assembly view, I'll need the frame and func tables as well, to compute information about the native symbols for a call node.

There wasn't really a reason not to do this, since we pass
the entire Thread to the constructor. And this makes it easier
to use the full thread for other things.

For example, for the assembly view, I'll need the frame and func tables as well,
to compute the native symbols for a call node.
@mstange mstange requested a review from julienw February 16, 2023 17:37
@mstange mstange self-assigned this Feb 16, 2023

@julienw julienw left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This looks reasonable to me indeed. Thanks!

@mstange mstange merged commit 52f08fb into firefox-devtools:main Feb 17, 2023
@canova canova mentioned this pull request Feb 27, 2023
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