Hello,

Is there an easy way to see the assembly routines generated by the
build process that ends up in embedded.cc? I'm trying to understand a
given function (LoadSuperIC), but the assembly in a debugger looks so
incredibly different than the function defined in accessor-assembly.cc
that I'm not positive I'm even looking at the same function. This is
compounded with what appears to be non-standard ABI calling
conventions or at least there are accesses to registers that are never
written to before reading from and which are not part of the
parameters (e.g. r13).

So it would be beneficial to my understanding to see the actual
assembly routine, but I'm not entirely positive where to start. Any
guidance would be appreciated.

Best Regards,

Justin N. Ferguson

-- 
-- 
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-dev/CADCX%2B3VQ6M3T7u2vxc2voU%2BRrjvfpsWJqRDwDCQ8Qb4_aOSZyQ%40mail.gmail.com.

Reply via email to