Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@bjorng
Copy link
Contributor

@bjorng bjorng commented Jun 1, 2023

The function beam_ssa_bool:covered/1 ran in exponential time.

The new implementation does not always produce the same list of covered vertices, but the same code is generated for every module compiled by scripts/diffable.

Closes #7338

The function `beam_ssa_bool:covered/1` ran in exponential time.

The new implementation does not always produce the same list of
covered vertices, but the same code is generated for every module
compiled by `scripts/diffable`.

Closes erlang#7338
@bjorng bjorng added team:VM Assigned to OTP team VM fix labels Jun 1, 2023
@bjorng bjorng requested a review from jhogberg June 1, 2023 04:08
@bjorng bjorng self-assigned this Jun 1, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jun 1, 2023

CT Test Results

       2 files     296 suites   12m 13s ⏱️
   777 tests    775 ✔️ 2 💤 0
4 913 runs  4 911 ✔️ 2 💤 0

Results for commit 7d79897.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@bjorng bjorng linked an issue Jun 1, 2023 that may be closed by this pull request
@bjorng bjorng added the testing currently being tested, tag is used by OTP internal CI label Jun 1, 2023
@bjorng bjorng force-pushed the bjorn/compiler/fix-slow-beam_ssa_bool/GH-7338/OTP-18617 branch from 18454e7 to 7d79897 Compare June 1, 2023 04:20
@bjorng bjorng merged commit 1523d53 into erlang:maint Jun 2, 2023
@bjorng bjorng deleted the bjorn/compiler/fix-slow-beam_ssa_bool/GH-7338/OTP-18617 branch September 18, 2023 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compiler performance regression makes it unusable

1 participant