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

Add mem to branch instructions. #125

Closed
wants to merge 45 commits into from

Conversation

m-kurtenacker
Copy link
Contributor

@m-kurtenacker m-kurtenacker commented Jun 13, 2022

Will break artic and impala as a result of added parameters to branch
and match intrinsics. There are patches for those as well that need to
be merged together with this change.
To this end, see AnyDSL/artic#9 and AnyDSL/impala#91

Will break artic and impala as a result of added parameters to branch
and match intrinsics. There are patches for those as well that need to
be merged together with this change.
@Hugobros3
Copy link
Contributor

Does this change means we now have a 1:1 relationship between mem producers and mem consumers ?

If so, that sounds like an interesting property to verify.

Using recursion in these passes can lead to stack overflows if large
programs are being compiled.
  * Avoid name collisions, generate names after args have been created.
  * Querry known_defs to avoid multiple instances of the same definition.
  * Deal with intrinsics. Limited to branch and named intrinsics for now.
  * Create Cmp defs.
  * Run
  * Hlt
  * Store
  * Enter
  * Slot
  * Definite Array Type

Fix runaway recursion on continuation self refference.
  * Insert
  * Bitcast
  * Global
  * Aggregates: Closure, StructAgg, Tuple, Vector
  * Filter
  * Known
  * Alloc
  * Select
  * Top, Bottom
  * SizeOf, AlignOf
  * DefiniteArray, IndefiniteArray
Match, Mathop, Variant, Assembly export added.
Added export for multiple previously unsupported types.
  * Support named intrinsics.
  * Generate filters.
  * Improve support for external functions.
    * Remove expected_name from defs generation.
@m-kurtenacker
Copy link
Contributor Author

This has become part of the development branch at this point.

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