Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Support Numba Runtime in RBC #531
Support Numba Runtime in RBC #531
Changes from 53 commits
0cdb108
e8d6c08
cd39414
5b79545
dadf9b1
0ad5271
e1e42f9
d7d75de
85e4e5a
a0d80f2
a7f7cdd
af36e29
f7826d9
127277f
bd31916
6752341
2fe73ae
4a20d6b
9e5cd73
ff97202
ffa40ac
6a8fd24
2ebf919
0e0d708
02c44ce
d4e8d9a
2bb9850
b3fc8a2
9662804
7081936
8781c43
7fb8259
98ebfa3
040598b
0d0ec25
123dbdf
77d60b4
b0140da
2e6895c
8440065
8497ab5
6246cc7
6d197ed
4b33edd
47dec6b
3aac947
3854f7d
78bb61d
1305c4a
e25f651
2d6dcbf
8652c06
a3d1287
9b7807c
f77609d
6447081
00cb623
f29db2c
86ada05
698fe8f
cbc3b19
9bf81aa
8fb6af4
b99d4ee
6bed8d1
228f657
9495a35
c7a50f5
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably this constructor could be replaced by
memcpy
ing the data, but I'll leave any optimization to the future.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Depending on how complicated the IR becomes, there's a chance that LLVM will optimize it on its own with
-memcpyopt
: https://llvm.org/docs/Passes.html#memcpyopt-memcpy-optimization