Skip to content
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

Introducing base classes for byte codes #279

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

zherczeg
Copy link
Collaborator

This patch is an idea for simplifying byte code analysis by creating base classes. To avoid memory increase (because of extra padding), the base classes must declare all fields, although the fields have different purpose for different classes.

What do you think about this direction?

Copy link
Collaborator

@ksh8281 ksh8281 left a comment

Choose a reason for hiding this comment

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

Nice idea!

@ksh8281 ksh8281 merged commit 69fd93a into Samsung:main Jul 26, 2024
14 checks passed
@zherczeg zherczeg deleted the common_base branch July 26, 2024 11:00
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