Re: [v8-users] V8, Hydrogen, disassembly, and Vyacheslav Egorov's JSConf talk

2014-10-08 Thread John Feminella
Thanks very much, Jakob! That was immensely helpful. ~ jf On Wednesday, October 8, 2014 12:54:33 PM UTC-4, Jakob Kummerow wrote: > > On Wed, Oct 8, 2014 at 5:56 PM, John Feminella > > wrote: > >> As an educational exercise, I'd like to inspect disassembled JS genera

[v8-users] V8, Hydrogen, disassembly, and Vyacheslav Egorov's JSConf talk

2014-10-08 Thread John Feminella
As an educational exercise, I'd like to inspect disassembled JS generated by JS, and compare both the optimized and unoptimized versions to see what changes and what doesn't. In Vyacheslav Egorov's JSConf 2012 excellent slides (http://s3.mrale.ph/jsconf2012.pdf) he recommends compiling V8 like