-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/32/codegen_into_ir_func' into develop
* feature/32/codegen_into_ir_func: Forces IR functions to be inlined Rewrites doAssignInstance with `@setInstanceInContext' Rewrites doAssignInstance using cached `@getObjectFieldPtr' Fixes using of `@getTempsFromContext' Rewrites primitive::arrayAtPut using cached `@getObjectFieldPtr' Rewrites doPushInstance using cached `@getInstanceFromContext' Rewrites doPushArgument using cached `@getArgFromContext' Rewrites doPushLiteral using TJITContext::getLiteral Rewrites TJITContext::getLiteral using cached `@getLiteralFromContext' Rewrites doAssignTemporary with `@setTemporaryInContext' Rewrites doPushArgument with `@getTemporaryFromContext' Adds function to_string to format names of llvm values Removes extra space in `@setObjectField' Rewrites `@getObjectFields' using `@getObjectFieldPtr' Issue: #32
- Loading branch information
Showing
3 changed files
with
112 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.