Displaying 2 results from an estimated 2 matches for "1074548".
Did you mean:
107448
2024 Aug 07
0
Processed: OCaml 5.2.0 uploaded to unstable
Processing commands for control at bugs.debian.org:
> severity 1073913 serious
Bug #1073913 [src:xen] FTBFS with OCaml 5.2.0 (Problem in C stubs)
Severity set to 'serious' from 'important'
> severity 1074548 serious
Bug #1074548 [src:supermin] FTBFS with OCaml 5.2.0 (Uses Pervasives)
Severity set to 'serious' from 'important'
> severity 1077899 serious
Bug #1077899 [src:libguestfs] Please do not hardcode /usr/lib/ocaml
Severity set to 'serious' from 'important'
> s...
2020 Apr 01
2
[RFC] Removing Waymarking from Use.
Hi llvm-dev,
I have a patch open for review that removes waymarking https://reviews.llvm.org/D77144.
This patch removes waymarking and replaces it with storing a pointer to the User in the Use.
when compiling the CTMark tests of the test suite, this give an average of +1.8% max memory use and -1.1% compile time.
Removing Waymarking also simplifies the code of Use and User.
Any thought?