Re: [v8-users] Make v8 project more package managers friendly

2013-10-07 Thread Jochen Eisinger
Right, checking out the icu.gyp only is enough if you disable i18n. Putting it in third_party/icu is probably the easiest option. best -jochen On Sat, Oct 5, 2013 at 7:51 AM, Louis Santillan lpsan...@gmail.com wrote: Jochen, Could you elaborate on copy the icu.gyp file somewhere else and

Re: [blink-dev] Re: [v8-users] Intent to Implement Promises in V8

2013-10-07 Thread Yutaka Hirano
Thank you for your comments. - please clarify your testing plans, both w.r.t. conformance and performance We have LayoutTests in Blink and I plan to write tests something like them. IIUC we can't write async tests with mjsunit. Maybe we will modify mjsunit. For performance, currently I have

[v8-users] Cross compiling V8 for ARM on Windows

2013-10-07 Thread Mihail Slavchev
Hello, I am trying to compile V8 for ARM using cygwin and ndk-r9. I get the following error: CXX(host) /home/slavchev/test/node/deps/v8/out/android_arm.release/obj.host/v8_base.arm/src/platform-posix.o CXX(host)

Re: [v8-users] Cross compiling V8 for ARM on Windows

2013-10-07 Thread Rodolph Perfetta
Have read the wiki: https://code.google.com/p/v8/wiki/BuildingWithGYP Cheers, Rodolph. On 7 October 2013 12:30, Mihail Slavchev mihail.slavc...@gmail.com wrote: Hello, I am trying to compile V8 for ARM using cygwin and ndk-r9. I get the following error: CXX(host)

Re: [v8-users] Cross compiling V8 for ARM on Windows

2013-10-07 Thread Mihail Slavchev
Hi Rodolph, Thank you for the quick response. I've read the suggested wiki and http://code.google.com/p/v8/wiki/D8OnAndroid as well but I couldn't find any info about cross compiling V8 for ARM on Windows. There is info about cross compiling V8 for ARM on Linux, though. Unfortunately, this is not

[v8-users] Re: Ideas for debugging typescript with v8?

2013-10-07 Thread Miroslav Bajtoš
On Friday, October 4, 2013 3:47:15 AM UTC+2, Lyndsey wrote: Now what I really want to offer is the ability to debug the original typescript file when v8 executes it. This should theoretically be possible, since typescript can be debugged through some browsers (including Chrome, which uses

[v8-users] Issues with a Persistent in a Struct?

2013-10-07 Thread Gregory Hlavac
1 c:\trs\trstrunk\branch\scriptingupdate\gamecore\ScriptedMission.h(49) : see reference to class template instantiation 'v8::PersistentT' being compiled 1 with 1 [ 1 T=v8::Function 1 ] So that's the error I'm getting located at this line.