-
` /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch armv7 -fmessage-length=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-lim…
-
```
crystal build --release src/bin/rcm.cr -o bin/rcm --link-flags "-static" -D without_openssl
Error in src/bin/rcm.cr:365: instantiating 'Rcm::Main:Class#run()'
Rcm::Main.run
[32;1m…
-
Here some suggested amendments to compile with MinGW against `makefile.direct`. Separately, I added `GC_printf` to the GC_API.
Thank,
J.
```diff
Makefile.direct | 4 ++--
include/gc.h | 7…
-
Hello,
my code looks like this:
````c++
static __thread Env env;
struct Env {
nongcmember nogc;
gcmember gc;
};
struct gcmember {
void* operator new(std::size_t sz) {
retu…
-
Hello,
Bbdwgc is great to support iOS, does bdwgc support iOS bitcode?
because apple require submit bitcode for watchOS,tvOS, iOS is optional, bdwgc use asm code, I know apple has a asm exc…
radxe updated
7 years ago
-
### Description
While the performance isn't bad in the latest benchmarks, it should be 10 times better. Our internal testing shows at least 1 million requests per second on a smaller 32core system…
-
I'm hoping someone can point me in the right direction as to what this error could mean so i can fix the issue.
I'm having the following assert fire shortly after startup of our application when an…
-
While investigating `GC.stats` values I found that calling `GC.enable` in my test app actually disables the garbage collector, `GC.stats` values never reduce/reset and the process memory size will con…
-
split form #155
```
CppTest > testBigTest FAILED
org.junit.ComparisonFailure at CppTest.kt:37
```
after install automake new error with not load library
```
100%]> but was:
at org.junit.…
ghost updated
7 years ago
-
Long story short, the code is fine, the GC still complains, is there a way to suppress the warnings from the GC ?