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

Move variables to sections #4

Merged
merged 12 commits into from
Jun 12, 2024
Merged

Conversation

CohenArthur
Copy link
Member

Only review 2dc7e84 and fdcb0ef - rest is from #1 and updating the testsuite

@CohenArthur CohenArthur marked this pull request as ready for review March 27, 2024 13:05
@CohenArthur CohenArthur force-pushed the move-variables-to-sections branch from 57e6820 to 3c7d2e3 Compare April 10, 2024 08:55
@CohenArthur CohenArthur force-pushed the move-variables-to-sections branch from 3c7d2e3 to b6f1b07 Compare April 18, 2024 10:54
volsa and others added 9 commits May 7, 2024 16:59
While `&` is still being registered as an `AmpOperator` in the Lexer, we no longer interpret it as a ref- / address-to operator and instead only as an `AND` operator. Any usage of `&foo` needs to be `REF(foo)` instead with this commit.
This PR introduces the `FxHashMap`, `FxHashSet`, `FxIndexMap` and `FxIndexSet` types which use the non-cryptographic [fxhash](https://github.com/rust-lang/rustc-hash) algorithm also used in the Rust compiler. Doing so improves the `plc check` times by ~300 to 500 ms in a bigger internal project of ours.
* add guide for developing libraries for plc with c/cpp
* fix: aggregate output assignments

Renames `generate_string_store` to `build_memcpy` and adapts the logic to work for all aggregate types, not just strings.
Separate the windows workflow into its own file so we can disable it
@CohenArthur CohenArthur force-pushed the move-variables-to-sections branch from b6f1b07 to 5499be3 Compare June 11, 2024 10:08
@CohenArthur CohenArthur force-pushed the move-variables-to-sections branch from 5499be3 to 735e873 Compare June 11, 2024 10:15
@CohenArthur CohenArthur merged commit 735e873 into master Jun 12, 2024
11 of 15 checks passed
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.

5 participants