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

use copy instead of copy_codeinfo #69

Merged
merged 2 commits into from
Feb 26, 2019
Merged

use copy instead of copy_codeinfo #69

merged 2 commits into from
Feb 26, 2019

Conversation

KristofferC
Copy link
Member

Fixes #62

@timholy
Copy link
Member

timholy commented Feb 26, 2019

Talk about simultaneous!

@@ -33,7 +33,6 @@ function _precompile_()
precompile(Tuple{typeof(extract_args), Module, Expr})
precompile(Tuple{typeof(enter_call), Int, Int})
precompile(Tuple{typeof(enter_call_expr), Expr})
precompile(Tuple{typeof(copy_codeinfo), Core.CodeInfo})
Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think this is needed

> @time precompile(Tuple{typeof(copy), Core.CodeInfo})
0.000011 seconds (9 allocations: 448 bytes)

@KristofferC
Copy link
Member Author

Looks like this only exists in 1.1. Unfortunate.

@KristofferC KristofferC force-pushed the kc/copyinfo branch 2 times, most recently from 8c18500 to 5d39133 Compare February 26, 2019 14:47
@codecov-io
Copy link

codecov-io commented Feb 26, 2019

Codecov Report

Merging #69 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #69   +/-   ##
=====================================
  Coverage       0%     0%           
=====================================
  Files           8      8           
  Lines        1260   1262    +2     
=====================================
- Misses       1260   1262    +2
Impacted Files Coverage Δ
src/JuliaInterpreter.jl 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8ee5829...de37b1a. Read the comment docs.

@KristofferC KristofferC merged commit 6b78715 into master Feb 26, 2019
@KristofferC KristofferC deleted the kc/copyinfo branch February 26, 2019 15:04
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.

3 participants