File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -409,6 +409,21 @@ Deprecated or removed
409
409
410
410
* ` start_timer ` and ` stop_timer ` are replaced by ` Timer ` and ` close ` .
411
411
412
+ * The following internal julia C functions have been renamed, in order to prevent
413
+ potential naming conflicts with C libraries: ([ #11741 ] )
414
+
415
+ * ` gc_wb* ` -> ` jl_gc_wb* `
416
+
417
+ * ` gc_queue_root ` -> ` jl_gc_queue_root `
418
+
419
+ * ` allocobj ` -> ` jl_gc_allocobj `
420
+
421
+ * ` alloc_[0-3]w ` -> ` jl_gc_alloc_*w `
422
+
423
+ * ` diff_gc_total_bytes ` -> ` jl_gc_diff_total_bytes `
424
+
425
+ * ` sync_gc_total_bytes ` -> ` jl_gc_sync_total_bytes `
426
+
412
427
Julia v0.3.0 Release Notes
413
428
==========================
414
429
@@ -1462,3 +1477,4 @@ Too numerous to mention.
1462
1477
[ #11347 ] : https://github.com/JuliaLang/julia/issues/11347
1463
1478
[ #11379 ] : https://github.com/JuliaLang/julia/issues/11379
1464
1479
[ #11432 ] : https://github.com/JuliaLang/julia/issues/11432
1480
+ [ #11741 ] : https://github.com/JuliaLang/julia/issues/11741
You can’t perform that action at this time.
0 commit comments