TODO run benchmarks/gc tasks ./configure: Turned on -D GC_TIMING because $_OIL_DEV is set ./configure: Wrote _build/detected-cpp-config.h ./configure: Wrote _build/detected-config.sh In file included from /usr/include/alloca.h:24, from /usr/include/stdlib.h:574, from /usr/include/c++/11/cstdlib:75, from /usr/include/c++/11/stdlib.h:36, from ./mycpp/mark_sweep_heap.h:4, from ./mycpp/gc_alloc.h:19, from ./mycpp/runtime.h:8, from mycpp/gc_stress_test.cc:5: ./mycpp/gc_mylib.h: In static member function ‘static constexpr uint32_t mylib::BufLineReader::field_mask()’: ./mycpp/gc_mylib.h:228:56: warning: ‘offsetof’ within non-standard-layout type ‘mylib::BufLineReader’ is conditionally-supported [-Winvalid-offsetof] 228 | return LineReader::field_mask() | maskbit(offsetof(BufLineReader, s_)); | ^ ./mycpp/gc_mylib.h: In static member function ‘static constexpr unsigned int mylib::BufWriter::field_mask()’: ./mycpp/gc_mylib.h:320:52: warning: ‘offsetof’ within non-standard-layout type ‘mylib::BufWriter’ is conditionally-supported [-Winvalid-offsetof] 320 | return Writer::field_mask() | maskbit(offsetof(BufWriter, str_)); | ^ In file included from /usr/include/strings.h:23, from /usr/include/string.h:462, from ./mycpp/gc_alloc.h:6, from ./mycpp/runtime.h:8, from mycpp/gc_builtins.cc:7: ./mycpp/gc_mylib.h: In static member function ‘static constexpr uint32_t mylib::BufLineReader::field_mask()’: ./mycpp/gc_mylib.h:228:56: warning: ‘offsetof’ within non-standard-layout type ‘mylib::BufLineReader’ is conditionally-supported [-Winvalid-offsetof] 228 | return LineReader::field_mask() | maskbit(offsetof(BufLineReader, s_)); | ^ ./mycpp/gc_mylib.h: In static member function ‘static constexpr unsigned int mylib::BufWriter::field_mask()’: ./mycpp/gc_mylib.h:320:52: warning: ‘offsetof’ within non-standard-layout type ‘mylib::BufWriter’ is conditionally-supported [-Winvalid-offsetof] 320 | return Writer::field_mask() | maskbit(offsetof(BufWriter, str_)); | ^ In file included from /usr/include/alloca.h:24, from /usr/include/stdlib.h:574, from /usr/include/c++/11/cstdlib:75, from /usr/include/c++/11/stdlib.h:36, from ./mycpp/mark_sweep_heap.h:4, from ./mycpp/gc_alloc.h:19, from ./mycpp/gc_mylib.h:8, from mycpp/gc_mylib.cc:1: ./mycpp/gc_mylib.h: In static member function ‘static constexpr uint32_t mylib::BufLineReader::field_mask()’: ./mycpp/gc_mylib.h:228:56: warning: ‘offsetof’ within non-standard-layout type ‘mylib::BufLineReader’ is conditionally-supported [-Winvalid-offsetof] 228 | return LineReader::field_mask() | maskbit(offsetof(BufLineReader, s_)); | ^ ./mycpp/gc_mylib.h: In static member function ‘static constexpr unsigned int mylib::BufWriter::field_mask()’: ./mycpp/gc_mylib.h:320:52: warning: ‘offsetof’ within non-standard-layout type ‘mylib::BufWriter’ is conditionally-supported [-Winvalid-offsetof] 320 | return Writer::field_mask() | maskbit(offsetof(BufWriter, str_)); | ^ /app/repo/benchmarks/perf.sh: line 164: perf: command not found real 0m0.001s user 0m0.001s sys 0m0.000s