Re: [v8-users] Hydrogen documentation

2014-01-08 Thread Jakob Kummerow
On Tue, Dec 24, 2013 at 2:21 AM, Hendrik Greving hendrik.greving@gmail.com wrote: Hi, Is there documentation about hydrogen available? Check out https://docs.google.com/document/d/1hOaE7vbwdLLXWj3C8hTnnkpE0qSa2P--dtDvwXXEeD0/pub . Does anybody know of a hydrogen-LLVM converter?

Re: [v8-users] Hydrogen documentation

2014-01-08 Thread Daniel Clifford
You might also want to check out Andy Wingo's articles about V8, specifically: http://wingolog.org/archives/2011/08/02/a-closer-look-at-crankshaft-v8s-optimizing-compiler On Wed, Jan 8, 2014 at 11:40 AM, Jakob Kummerow jkumme...@chromium.orgwrote: On Tue, Dec 24, 2013 at 2:21 AM, Hendrik

[v8-users]

2014-01-08 Thread joko suwito
Thank you. -- -- 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 this group and stop receiving emails from it, send an email to

[v8-users]

2014-01-08 Thread joko suwito
Thank you. -- -- 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 this group and stop receiving emails from it, send an email to

Re: [v8-users] Build projects broken

2014-01-08 Thread Alejandro F. Reimondo
Thank you for the link! It worked here for x64 build under VS Express 2012. Failed to load icui18n.vcproj for target_arch=ia32 build under VC++ Express 2008. IMHO the bug is in Files/Files section of icui18n.vcproj (and others) On icui18n.vcxproj (used for x64 vs2012) I see lines like

Re: [v8-users] Hydrogen documentation

2014-01-08 Thread Hendrik Greving
Yes did that, thanks. - Hendrik On Jan 8, 2014 4:40 AM, Daniel Clifford da...@chromium.org wrote: You might also want to check out Andy Wingo's articles about V8, specifically: http://wingolog.org/archives/2011/08/02/a-closer-look-at-crankshaft-v8s-optimizing-compiler On Wed, Jan 8, 2014

Re: [v8-users] Build projects broken

2014-01-08 Thread Jochen Eisinger
Please update gyp to r1831 best -jochen On Wed, Jan 8, 2014 at 3:26 PM, Alejandro F. Reimondo alereimo...@smalltalking.net wrote: Thank you for the link! It worked here for x64 build under VS Express 2012. Failed to load icui18n.vcproj for target_arch=ia32 build under VC++ Express 2008.

Re: [v8-users] Build projects broken

2014-01-08 Thread Alejandro F. Reimondo
Build succedded! thank you very much Ale. - Original Message - From: Jochen Eisinger To: v8-users@googlegroups.com Sent: Wednesday, January 08, 2014 1:23 PM Subject: Re: [v8-users] Build projects broken Please update gyp to r1831 best -jochen On Wed, Jan 8, 2014

[v8-users] How v8 executes inside CALL_GENERATED_CODE()?

2014-01-08 Thread ChaosPP
I'm sorry about no make sense sentence. I using GDB for debugging v8 ($gdb d8, using sample javascript - var temp=10;), and trace function flow after Script::Run(). After some next, I reached CALL_GENERATED_CODE() in execution.cc::Invoke(). When step( (gdb) s ) at the function, the program