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

ASM Bytecode Generation to unwrap Expressions of adv-expr API #94

Merged
merged 44 commits into from
Jun 13, 2020
Merged

ASM Bytecode Generation to unwrap Expressions of adv-expr API #94

merged 44 commits into from
Jun 13, 2020

Conversation

CommanderTvis
Copy link
Collaborator

No description provided.

Copy link
Member

@altavir altavir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that the main problem is the exposed design. The AsmGenerationContext should be made private or internal and hidden from the user. Also I think that produced entities should inherid Expression so this functionality is compatible with functional implementation.

@CommanderTvis CommanderTvis changed the title Implement kmath-asm module stubs ASM Bytecode Generation to unwrap Expressions of adv-expr API Jun 11, 2020
@CommanderTvis CommanderTvis requested a review from altavir June 11, 2020 19:50
@@ -0,0 +1,139 @@
package scientifik.kmath.expressions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The rename is meaningless since there is no class with that name. FunctionalExpressionAlgebra is acceptable though.

# Conflicts:
#	kmath-ast/build.gradle.kts
#	kmath-ast/src/commonMain/kotlin/scientifik/kmath/ast/parser.kt
#	kmath-ast/src/jvmMain/kotlin/scientifik/kmath/ast/Parser.kt
#	kmath-ast/src/jvmMain/kotlin/scientifik/kmath/ast/parser.kt
@CommanderTvis CommanderTvis requested a review from altavir June 13, 2020 17:24
…ke AsmNode (ex-AsmExpression) an abstract class instead of interface
@altavir altavir merged commit 878d137 into SciProgCentre:adv-expr Jun 13, 2020
@CommanderTvis CommanderTvis deleted the adv-expr branch June 13, 2020 18:25
@CommanderTvis CommanderTvis removed the request for review from elinorre July 27, 2020 14:38
@CommanderTvis CommanderTvis added feature A new feature request performance Performance optimization issue labels Jul 27, 2020
@CommanderTvis CommanderTvis added this to the 0.2 milestone Jul 29, 2020
@CommanderTvis CommanderTvis modified the milestones: 0.2, 0.1.x Sep 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature request performance Performance optimization issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants