oxc/crates/oxc_semantic
rzvxa 209a99d49f improvement(semantic/cfg): rework basic blocks. (#3381)
I've replaced the `BasicBlockElement` with an `Instruction` type which would keep both the instruction kind and its associated AstNodeId.
I also removed the register scheme in the control flow in favor of a simpler approach using explicit enums.

https://github.com/oxc-project/oxc/pull/3381#issuecomment-2126622774
2024-06-06 05:41:01 +00:00
..
examples improvement(semantic/cfg): rework basic blocks. (#3381) 2024-06-06 05:41:01 +00:00
src improvement(semantic/cfg): rework basic blocks. (#3381) 2024-06-06 05:41:01 +00:00
tests/integration improvement(semantic/cfg): rework basic blocks. (#3381) 2024-06-06 05:41:01 +00:00
Cargo.toml improvement(semantic/cfg): rework basic blocks. (#3381) 2024-06-06 05:41:01 +00:00
CHANGELOG.md chore: regenerate changelog 2024-06-06 01:29:38 +08:00