JuliaInterop / Cxx.jl

The Julia C++ Interface
Other
755 stars 107 forks source link

fix typos #502

Closed spaette closed 8 months ago

spaette commented 10 months ago

src/bootstrap.cpp src/codegen.jl src/cxxstr.jl src/cxxtypes.jl src/exceptions.jl src/initialization.jl src/typetranslation.jl

WON'T FIX (from patches)

$ grep -nr Otherwize Cxx.jl
Cxx.jl/deps/llvm_patches/0019-llvm-rL327898.patch:1114:+        // Otherwize, we find ourselves in a position where we have to do
$ grep -nr corresonding Cxx.jl
Cxx.jl/deps/llvm_patches/0023-llvm-D44892-Perf-integration.patch:453:+    // corresonding code load.
$ grep -nr dependences Cxx.jl
Cxx.jl/deps/llvm_patches/0019-llvm-rL327898.patch:967:+  // This merge induced dependences from: #1: Xn -> LD, OP, Zn
$ grep -nr reversable Cxx.jl
Cxx.jl/deps/llvm_patches/0019-llvm-rL327898.patch:291:+// achieved by selected nodes). As the conversion is reversable the original Id,
$ grep -nr sucessor Cxx.jl
Cxx.jl/deps/llvm_patches/0019-llvm-rL327898.patch:288:+// sucessor nodes, i.e. id != -1 as invalid for pruning by bit-negating (x =>
$ grep -nr temportary Cxx.jl
Cxx.jl/deps/llvm_patches/0027-llvm-D51842-win64-byval-cc.patch:118:+        // Copy the argument into a temportary spill slot
$ grep -nr thse Cxx.jl
Cxx.jl/deps/llvm_patches/0019-llvm-rL327898.patch:146:    after the latest set of backports. Fixing thse for the backport
$ grep -nr topolgical Cxx.jl
Cxx.jl/deps/llvm_patches/0019-llvm-rL327898.patch:219:+    // 0), new nodes (set to -1). If N has a topolgical id then we
$ 
spaette commented 8 months ago

as per README.md

Cxx.jl only works (out of the box) currently with Julia 1.1.x to 1.3.x