Re: [v8-users] Re: Performance drop?

2018-07-19 Thread Zac Hansen
If someone gets to the bottom of this, can you post an update on this thread with the results, not just to the bug report? Thank you. --Zac On Thursday, July 19, 2018 at 3:18:58 PM UTC-7, jzw wrote: > > Hi Jakob, > Could you point me to the file in src that's corresponding to >

Re: [v8-users] Re: Performance drop?

2018-07-19 Thread jzw
Hi Jakob, Could you point me to the file in src that's corresponding to context::new()? On Tuesday, July 17, 2018 at 2:36:29 PM UTC-7, jzw wrote: > > Thanks! > Bug filed at https://bugs.chromium.org/p/v8/issues/detail?id=7951 > > On Tuesday, July 17, 2018 at 12:12:37 AM UTC-7, Jakob Gruber

[v8-users] Has V8 gone back to not producing full static libs again ?

2018-07-19 Thread YJ
hi all, I am using the following gn args for x64 is_debug = false > target_cpu = "x64" > use_drfuzz = false > use_libfuzzer = false > v8_enable_test_features = "" > v8_experimental_extra_library_files = [] > v8_extra_library_files = [] > symbol_level = 1 > is_component_build = false >

[v8-users] Re: V8 6.7 compilation error

2018-07-19 Thread YJ
I found that the googletest compilation failure is unrelated. Even with other versions of v8, say, 6.8, when the compilation works as usual. The built static lib still cannot be linked to my lib. error adding symbols: Malformed archive I am compiling v8 and statically linking to the libs on