Skip to content

Reduce the number of branch instructions in the heap_p() - #6333

Merged
matz merged 1 commit into
mruby:masterfrom
dearblue:heap_p
Aug 25, 2024
Merged

Reduce the number of branch instructions in the heap_p()#6333
matz merged 1 commit into
mruby:masterfrom
dearblue:heap_p

Conversation

@dearblue

Copy link
Copy Markdown
Contributor

As far as gcc -S for several CPU architectures has confirmed, it reduces the number of branch instructions by one.

As far as `gcc -S` for several CPU architectures has confirmed, it reduces the number of branch instructions by one.
@dearblue
dearblue requested a review from matz as a code owner August 25, 2024 11:50
@github-actions github-actions Bot added the core label Aug 25, 2024
@matz
matz merged commit ef5ae1c into mruby:master Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants