Skip to content

Releases: tshort/StaticCompiler.jl

v0.7.2

16 Jun 21:41
574db90
Compare
Choose a tag to compare

StaticCompiler v0.7.2

Diff since v0.7.1

  • #160: Support compilation of shared library (DLL) for Windows
  • #157: fix throw_overflowerr_negation override

Merged pull requests:

v0.7.1

04 Mar 21:19
e672f35
Compare
Choose a tag to compare

StaticCompiler v0.7.1

Diff since v0.7.0

Merged pull requests:

Closed issues:

  • Question on use on Windows; with or without Python (#137)

v0.7.0

04 Mar 17:45
1e6116b
Compare
Choose a tag to compare

StaticCompiler v0.7.0

Diff since v0.6.3

v0.6.3

04 Mar 16:09
73a033c
Compare
Choose a tag to compare

StaticCompiler v0.6.3

Diff since v0.6.2

Merged pull requests:

  • CompatHelper: bump compat for GPUCompiler to 0.26, (keep existing compat) (#154) (@github-actions[bot])

Closed issues:

  • Warn when compiled functions contain hard-coded pointers (#103)
  • Validity of ccalling with the ORC JIT? (#153)

v0.6.2

16 Nov 08:48
34ef8bb
Compare
Choose a tag to compare

StaticCompiler v0.6.2

Diff since v0.6.1

Merged pull requests:

Closed issues:

  • compile_shlib fails with _gpu_gc_pool_alloc linker error (#145)

v0.6.1

13 Nov 12:09
808c9f9
Compare
Choose a tag to compare

StaticCompiler v0.6.1

Diff since v0.6.0

Merged pull requests:

  • CompatHelper: bump compat for GPUCompiler to 0.25, (keep existing compat) (#147) (@github-actions[bot])

v0.6.0

11 Nov 22:19
3f9f236
Compare
Choose a tag to compare

StaticCompiler v0.6.0

Diff since v0.5.3

Breaking changes

  • compile has been removed. This function was for compiling julia functions to be reused and called in new julia sessions, but this is no longer very useful due to the presence of pkgimages in version 1.9. StaticCompiler is back to focusing on standalone compilation.
  • compile_wasm has been removed. See WebAssemblyCompiler.jl for a more complete package for standalone compilation to WebAssembly
  • MixTape functionality has been removed. This was deemed unnecessary due to @device_override.

Merged pull requests:

Closed issues:

  • Godbolt support (#92)
  • remove compile? (#119)
  • undefined symbols in .so file (#138)
  • Limitations long-term (#140)

v0.5.3

27 Jun 00:18
f552ce0
Compare
Choose a tag to compare

StaticCompiler v0.5.3

Diff since v0.5.2

Merged pull requests:

v0.5.2

25 Jun 19:08
5422601
Compare
Choose a tag to compare

StaticCompiler v0.5.2

Diff since v0.5.1

Merged pull requests:

v0.5.1

25 May 18:11
4b59c71
Compare
Choose a tag to compare

StaticCompiler v0.5.1

Diff since v0.5.0

Closed issues:

  • Errors when compiling functions which depend on external libraries (#80)
  • Bound-check and panic somehow? (#127)

Merged pull requests:

  • Update README.md, syncing docs. (#128) (@PallHaraldsson)
  • CompatHelper: bump compat for GPUCompiler to 0.20, (keep existing compat) (#130) (@github-actions[bot])