Shuhei Kadowaki

Results 99 issues of Shuhei Kadowaki

Requires https://github.com/aviatesk/JET.jl/pull/227

- install TexLive or MacTex - latexmk parameters: `-shell-escape -synctex=1 -interaction=nonstopmode -file-line-error` > .latexmkrc ```perl #!/usr/bin/env perl $latex = 'uplatex -synctex=1 -halt-on-error %O %S'; $bibtex = 'upbibtex %O %B'; $dvipdf...

This should improve the accuracy of our IPO analysis very much, at the cost of introducing new level of complexities.

From a conversation with @jpsamaroo , I think GPU-related computations could be end-to-end targets of our early-finalizer optimization. > Julian Samaroo 12:55 AM > For GPU-heavy code, like from Flux,...

This PR serves to replace #51080 and close #52940. It extends the `:nonoverlayed` to `UInt8` and introduces the `CONSISTENT_OVERLAY` effect bit, allowing for concrete evaluation of overlay methods using the...

backport 1.11

The `:terminates` effect bit must be conservatively tainted unless recursion cycle has been fully resolved. As for other effects, there's no need to taint them at this moment because they...

backport 1.11

This commit adds more real-world, heavy compilation benchmarks, using DataFrames.jl, CSV.jl, Plots.jl and OrdinaryDiffEq.jl as examples. replaces #252 closes #251

addresses: - https://github.com/JunoLab/Juno.jl/issues/362#issuecomment-569125114 - the second idea of https://github.com/JunoLab/Juno.jl/issues/362#issue-493724338 image: ![image](https://user-images.githubusercontent.com/40514306/74100635-a4b77f00-4b74-11ea-8ca4-9abe5cbb3e2c.png)

### Purpose Implement rename refactoring command: - rename local binding - rename global bindings (module-based) ### Approach - use MacroTools.jl for easy tokenizing and code replacing - for module-based global...