Hi Dominik, Thanks for your reply. Here's our GN config:
enable_precompiled_headers = false fatal_linker_warnings = false is_component_build = false is_debug = false target_cpu = "x86" use_custom_libcxx = false use_thin_lto = false v8_enable_pointer_compression = false v8_enable_31bit_smis_on_64bit_arch = false v8_monolithic = true v8_target_cpu = "x86" v8_use_external_startup_data = false Thanks! On Wednesday, November 30, 2022 at 3:34:19 AM UTC-5 [email protected] wrote: > Hi, > > We recently looked into such an issue. This was caused by std::bitset > (used by MemoryChunk::active_system_pages_) having different sizes in clang > vs msvc. Are you using msvc by chance? > > Cheers, > Dominik > > On Tuesday, November 29, 2022 at 5:35:44 PM UTC+1 [email protected] > wrote: > >> Folks, >> >> We're hitting the following in Windows x86 builds of 10.8: >> >> ./../..\src/heap/spaces.h(344,35): note: expression evaluates to '152 <= >> 148' >> static_assert(sizeof(MemoryChunk) <= MemoryChunk::kHeaderSize); >> >> Anyone else? >> > -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/47aac31a-ad2a-412b-8273-015c96bd78c7n%40googlegroups.com.
