[v8-users] Unresolved Win32 entry points

2018-04-15 Thread Bit Cortex
Hello! I'm trying to build the 6.6 branch tip for WIndows. After installing depot_tools, I run the following commands in a Visual Studio 2017 prompt: set DEPOT_TOOLS_WIN_TOOLCHAIN=0 gclient config https://chromium.googlesource.com/v8/v8 gclient sync -r 6.6.346.24 cd v8 gn gen out --args="is_debu

[v8-users] Re: Unresolved Win32 entry points

2018-04-17 Thread Bit Cortex
Fixed. I was trying to build 64-bit V8 in a Visual Studio command prompt configured for 32-bit targets. On Sunday, April 15, 2018 at 3:54:19 PM UTC-4, Bit Cortex wrote: > > Hello! > > I'm trying to build the 6.6 branch tip for WIndows. After installing > depot_tools,

[v8-users] Is v8::CpuProfile::CollectSample(v8::Isolate*) thread-safe?

2019-04-15 Thread Bit Cortex
That is, can this method be called from another thread while V8 is running script code? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe

[v8-users] Is v8::CpuProfile::CollectSample(v8::Isolate*) thread-safe?

2019-04-15 Thread Bit Cortex
Is it safe to call this method from another thread while V8 is running script code? -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from

Re: [v8-users] Is v8::CpuProfile::CollectSample(v8::Isolate*) thread-safe?

2019-04-16 Thread Bit Cortex
C+2, Ben Noordhuis wrote: >> >> On Mon, Apr 15, 2019 at 4:33 PM Bit Cortex wrote: >> > That is, can this method be called from another thread while V8 is >> running script code? >> >> I think the answer is "probably not" but it needs som

[v8-users] Massive API changes in 3.19.16?

2013-06-14 Thread Bit Cortex
Does anyone have any information on the handle-related API changes in 3.19.16? I can still get my project to compile by #defining V8_USE_UNSAFE_HANDLES, but how long will that last? Are the handle-related API changes complete at this point? Will someone post any documentation or update the embe

[v8-users] Re: Massive API changes in 3.19.16?

2013-06-14 Thread Bit Cortex
> semantics of Persistent, which could affect program operation and > performance in unexpected ways. > > We'll post again once these changes are in and the docs are updated. > > Cheers, > Dan > > > On Friday, June 14, 2013 7:34:02 PM UTC+2, Bit Cortex wrote: &g

[v8-users] Re: Using Context::Scope with new Persistent

2013-09-03 Thread Bit Cortex
Hi Dan, In the latest stable source, that Local::New method is marked "// TODO(dcarney): remove before cutover". Does that mean the new API is still not finalized and the method is likely to go away? Thanks! On Tuesday, September 3, 2013 2:56:12 AM UTC-4, Dan Carney wrote: > > > 1st question i

Re: [v8-users] Adding debugger support to a v8-based application

2014-08-25 Thread Bit Cortex
Hi Ben, A couple of questions: 1. How does the embedder know what reponse to send to the debugger? v8::Debug::SendCommand() doesn't return anything. 2. Do you know if the debug protocol change will affect V8's debugging API? Thanks! On Sunday, August 24, 2014 4:33:10 PM UTC-4, Ben Noordhuis w

Re: [v8-users] Adding debugger support to a v8-based application

2014-08-26 Thread Bit Cortex
Thank you very much, Ben! On Tuesday, August 26, 2014 7:52:56 AM UTC-4, Ben Noordhuis wrote: > > On Mon, Aug 25, 2014 at 10:02 PM, Bit Cortex > wrote: > > 1. How does the embedder know what reponse to send to the debugger? > > v8::Debug::SendCommand() doesn't return

[v8-users] Re: PSA - V8 is migrating to Git

2014-09-16 Thread Bit Cortex
Thanks, Michael. Will the current SVN repository be removed? On Tuesday, September 16, 2014 3:09:42 AM UTC-4, Michael Achenbach wrote: > > Hi! > > We're planning to migrate the V8 sources from Svn to Git. The estimated > timeline for this is 1-2 month. > > We won't migrate before all known blocki

[v8-users] Seeking help with v8::Platform implementation

2015-09-18 Thread Bit Cortex
V8 experts, I'm having trouble understanding the task scheduling requirements of the embedder's v8::Platform implementation. Some questions: 1. Is it a requirement that all foreground tasks for a given isolate be run on the same thread? 2. Must foreground tasks be run with the isolate lock held

Re: [v8-users] Seeking help with v8::Platform implementation

2015-09-21 Thread Bit Cortex
Ben, thanks for your response. Follow-up questions below: > 2. Must foreground tasks be run with the isolate lock held? > > ...yes, you have to hold the lock. > Hmm, I just noticed that v8::platform::DefaultPlatform doesn't acquire the lock to run foreground tasks. On the other hand, the V8 sa

Re: [v8-users] Seeking help with v8::Platform implementation

2015-09-25 Thread Bit Cortex
Jochen, thanks for your help. Just hoping to get one more clarification: On Tuesday, September 22, 2015 at 3:01:28 AM UTC-4, Jochen Eisinger wrote: > > Currently, the foreground tasks can run wherever the embedder wants to run > them, but in the future, we might require that it's safe to access t

[v8-users] depot_tools fails to fetch V8 on Windows

2015-11-20 Thread Bit Cortex
V8 experts, Until recently I've been able to use a very simple procedure to build V8 on Windows: 1. Clone v8 and check out the required tag 2. Clone gyp and cygwin into build\gyp and third_party\cygwin respectively 3. Run gyp to generate the VS project (without i18n support) 4. Run msbuild to bu

Re: [v8-users] Re: depot_tools fails to fetch V8 on Windows

2015-12-23 Thread Bit Cortex
I couldn't get it to work even with the environment variable. However, with the environment variable set, gyp doesn't complain about depot_tools, and I can build V8 4.8 using my old build procedure (above). So far every attempt I've made to use depot_tools has failed. Seems a bit... particular.

[v8-users] Linux link failure with release V8 monolith (related to LLVM IR bitcode?)

2020-09-29 Thread Bit Cortex
Hello! I'm building a Linux shared library that incorporates V8. This is working perfectly with the debug V8 monolith, but not at all with release. I've noticed that V8's release build produces an archive full of LLVM IR bitcode files instead of normal ELF objects. V8 release build args: e

[v8-users] v8::ScriptOrigin line/column offset

2020-11-11 Thread Bit Cortex
Hello! Could someone describe the purpose of the line and column offset properties of v8::ScriptOrigin? What effect do nonzero values have? Thanks! -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subs

Re: [v8-users] v8::ScriptOrigin line/column offset

2020-11-12 Thread Bit Cortex
at 5:05:50 PM UTC-5 Ben Noordhuis wrote: > On Wed, Nov 11, 2020 at 9:26 PM Bit Cortex wrote: > > > > Hello! > > > > Could someone describe the purpose of the line and column offset > properties of v8::ScriptOrigin? What effect do nonzero values have? > > > &

Re: [v8-users] v8::ScriptOrigin line/column offset

2020-11-13 Thread Bit Cortex
Thanks for your responses! On Friday, November 13, 2020 at 1:22:51 AM UTC-5 szu...@google.com wrote: > This is used e.g. when your script is inline in